From 510a9c82dc358ec3646b0cd4726c7f4f22dcb659 Mon Sep 17 00:00:00 2001 From: markspanbroek Date: Mon, 4 Nov 2019 11:01:32 +0100 Subject: [PATCH] Added package monocypher (#1237) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 7eed6a2..67278f4 100644 --- a/packages.json +++ b/packages.json @@ -15110,5 +15110,17 @@ "description": "A command and library to generate mazes", "license": "MIT", "web": "https://github.com/jiro4989/maze" + }, + { + "name": "monocypher", + "url": "https://github.com/markspanbroek/monocypher.nim", + "method": "git", + "tags": [ + "monocypher", + "crypto" + ], + "description": "Monocypher", + "license": "MIT", + "web": "https://github.com/markspanbroek/monocypher.nim" } ]