From 29664a4bc7f370b24546072b373120d1f19eed63 Mon Sep 17 00:00:00 2001 From: M33 Date: Sat, 17 Apr 2021 14:23:04 +0200 Subject: [PATCH] Add package libsaedea Add libsaedea: Nim Library implementing a variation of Simple And Efficient Data Encryption Algorithm Research paper pdf: INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 8, ISSUE 12, DECEMBER 2019 ISSN 2277-8616 from IJSTR.org --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index f7f4836..3daeafd 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,23 @@ [ + { + "name": "libsaedea", + "url": "https://git.qoto.org/m33/libsaedea.git", + "method": "git", + "tags": [ + "libsaedea", + "library", + "encryption", + "decryption", + "symetric", + "crypto", + "cryptography", + "security" + ], + "description": "Library implementing a variation of the Simple And Efficient Data Encryption Algorithm (INTERNATIONAL JOURNAL OF SCIENTIFIC & TECHNOLOGY RESEARCH VOLUME 8, ISSUE 12, DECEMBER 2019 ISSN 2277-8616)", + "license": "MIT", + "web": "https://git.qoto.org/m33/libsaedea", + "doc": "https://git.qoto.org/m33/libsaedea/-/blob/master/README.md" + }, { "name": "gsl", "url": "https://github.com/YesDrX/gsl-nim.git",