From 65bc32cd166851f04ee10d2145d6037ab6325f17 Mon Sep 17 00:00:00 2001 From: genotrance Date: Wed, 3 Oct 2018 23:12:35 -0500 Subject: [PATCH] Added package nimmonocypher (#877) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 975a01f..502c004 100644 --- a/packages.json +++ b/packages.json @@ -10915,6 +10915,22 @@ "license": "MIT", "web": "https://github.com/xzfc/ndb.nim" }, + { + "name": "nimmonocypher", + "url": "https://github.com/genotrance/nimmonocypher", + "method": "git", + "tags": [ + "monocypher", + "crypto", + "crypt", + "hash", + "sha512", + "wrapper" + ], + "description": "monocypher wrapper for Nim", + "license": "MIT", + "web": "https://github.com/genotrance/nimmonocypher" + }, { "name": "dtoa", "url": "https://github.com/LemonBoy/dtoa.nim",