From ef3eae768df755c14d5691adf4ba37275b05390b Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sat, 14 May 2016 13:07:22 +0100 Subject: [PATCH] Add libsodium wrapper --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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" } ]