From b8b208a8371fc80026c5efd0dfd1b46be7775576 Mon Sep 17 00:00:00 2001 From: Aidan Steele Date: Thu, 12 May 2016 10:55:42 +1000 Subject: [PATCH] Added sph --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index b57129e..cf9918c 100644 --- a/packages.json +++ b/packages.json @@ -4651,5 +4651,19 @@ "description": "Loads environment variables from `.env`.", "license": "BSD", "web": "https://github.com/euantorano/dotenv.nim" + }, + { + "name": "sph", + "url": "https://github.com/aidansteele/sph", + "method": "git", + "tags": [ + "crypto", + "hashes", + "md5", + "sha" + ], + "description": "Large number of cryptographic hashes for Nim", + "license": "MIT", + "web": "https://github.com/aidansteele/sph" } ]