Add libsodium wrapper

This commit is contained in:
Federico Ceratto 2016-05-14 13:07:22 +01:00
parent f21186401e
commit ef3eae768d

View File

@ -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"
}
]