diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-14 14:19:54 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2016-05-14 14:19:54 +0100 |
| commit | 3acebff226771462254dcb4ba43dc3342a957ae9 (patch) | |
| tree | 4b56970a601ecc9536959a87262d38a8ee36bfd3 | |
| parent | f21186401e313d82d59920d9c067c0c3ae5764a7 (diff) | |
| parent | ef3eae768df755c14d5691adf4ba37275b05390b (diff) | |
| download | packages-3acebff226771462254dcb4ba43dc3342a957ae9.tar.gz packages-3acebff226771462254dcb4ba43dc3342a957ae9.zip | |
Merge pull request #353 from FedericoCeratto/patch-7
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" } ] |
