Merge pull request #456 from niv/add-ed255191628

Add package ed25519
This commit is contained in:
Dominik Picheta 2017-01-18 17:48:28 +01:00 committed by GitHub
commit 1b31e63a5d

View File

@ -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"
}
]