aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorniv <n@e-ix.net>2017-01-18 17:28:56 +0100
committerniv <n@e-ix.net>2017-01-18 17:28:56 +0100
commitbce1ca4024cba52704aef0b5a16a61b3c24926b4 (patch)
tree8efbb0b0e712ad0c1c05e00110562c303d9df71f
parent9c915c6d84b1bcc0de07cf9bd86f0a844521fc06 (diff)
downloadpackages-bce1ca4024cba52704aef0b5a16a61b3c24926b4.tar.gz
packages-bce1ca4024cba52704aef0b5a16a61b3c24926b4.zip
Added package ed25519
-rw-r--r--packages.json18
1 files changed, 18 insertions, 0 deletions
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"
}
]