noise-curve-secp
Version:
`secp256k1` elliptic curve operations for use with [`noise-handshake`](https://github.com/chm-diederichs/noise-handshake)
29 lines (28 loc) • 817 B
JSON
{
"name": "noise-curve-secp",
"version": "3.0.0",
"description": "`secp256k1` elliptic curve operations for use with [`noise-handshake`](https://github.com/chm-diederichs/noise-handshake)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chm-diederichs/noise-curve-secp256k1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chm-diederichs/noise-curve-secp256k1/issues"
},
"homepage": "https://github.com/chm-diederichs/noise-curve-secp256k1#readme",
"dependencies": {
"nanoassert": "^2.0.0",
"secp256k1-native": "^1.1.2",
"sodium-universal": "^3.0.4"
},
"devDependencies": {
"standard": "^17.0.0"
}
}