From bce1ca4024cba52704aef0b5a16a61b3c24926b4 Mon Sep 17 00:00:00 2001 From: niv Date: Wed, 18 Jan 2017 17:28:56 +0100 Subject: [PATCH] Added package ed25519 --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index efda08a..9d34ce8 100644 --- a/packages.json +++ b/packages.json @@ -5737,5 +5737,23 @@ "description": "Nim's Windows API and COM Library", "license": "MIT", "web": "https://github.com/khchen/winim" + }, + { + "name": "ed25519", + "url": "https://github.com/niv/ed25519.nim", + "method": "git", + "tags": [ + "ed25519", + "cryptography", + "crypto", + "publickey", + "privatekey", + "signing", + "keyexchange", + "native" + ], + "description": "ed25519 key crypto bindings", + "license": "MIT", + "web": "https://github.com/niv/ed25519.nim" } ]