diff options
| author | Federico Ceratto <federico.ceratto@gmail.com> | 2016-05-14 13:07:22 +0100 |
|---|---|---|
| committer | Federico Ceratto <federico.ceratto@gmail.com> | 2016-05-14 13:07:22 +0100 |
| commit | ef3eae768df755c14d5691adf4ba37275b05390b (patch) | |
| tree | 4b56970a601ecc9536959a87262d38a8ee36bfd3 | |
| parent | f21186401e313d82d59920d9c067c0c3ae5764a7 (diff) | |
| download | packages-ef3eae768df755c14d5691adf4ba37275b05390b.tar.gz packages-ef3eae768df755c14d5691adf4ba37275b05390b.zip | |
Add libsodium wrapper
| -rw-r--r-- | packages.json | 14 |
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" } ] |
