aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-05-14 13:07:22 +0100
committerFederico Ceratto <federico.ceratto@gmail.com>2016-05-14 13:07:22 +0100
commitef3eae768df755c14d5691adf4ba37275b05390b (patch)
tree4b56970a601ecc9536959a87262d38a8ee36bfd3
parentf21186401e313d82d59920d9c067c0c3ae5764a7 (diff)
downloadpackages-ef3eae768df755c14d5691adf4ba37275b05390b.tar.gz
packages-ef3eae768df755c14d5691adf4ba37275b05390b.zip
Add libsodium wrapper
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index cf9918c..61b2031 100644
--- a/packages.json
+++ b/packages.json
@@ -4665,5 +4665,19 @@
"description": "Large number of cryptographic hashes for Nim",
"license": "MIT",
"web": "https://github.com/aidansteele/sph"
+ },
+ {
+ "name": "libsodium",
+ "url": "https://github.com/FedericoCeratto/nim-libsodium",
+ "method": "git",
+ "tags": [
+ "wrapper",
+ "library",
+ "security",
+ "crypto",
+ ],
+ "description": "libsodium wrapper",
+ "license": "LGPLv3",
+ "web": "https://github.com/FedericoCeratto/nim-libsodium"
}
]