ecdh
Version:
Native node.js module for ECDH and ECDSA
30 lines (29 loc) • 547 B
JSON
{
"name": "ecdh",
"version": "0.2.0",
"description": "Native node.js module for ECDH and ECDSA",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ecc",
"elliptic",
"curve",
"crypto",
"ecdh",
"ecdsa",
"jsbn"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/DevelopmentIL/ecdh.git"
}
],
"author": "Moshe Simantov <ms@development.co.i>",
"license": "MIT",
"dependencies": {
"jsbn": "0.1.0"
}
}