@wangshijun/secp256k1
Version:
This module provides js implementation to ecdsa secp256k1 functions
50 lines (49 loc) • 1.2 kB
JSON
{
"name": "@wangshijun/secp256k1",
"publishConfig": {
"access": "public"
},
"version": "4.0.3",
"description": "This module provides js implementation to ecdsa secp256k1 functions",
"keywords": [
"ec",
"ecdh",
"ecdsa",
"secp256k1"
],
"bugs": {
"url": "https://github.com/cryptocoinjs/secp256k1-node/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/secp256k1-node.git"
},
"license": "MIT",
"author": "Martin Becze <mjbecze@gmail.com>",
"contributors": [
"Aaron Davis (https://github.com/kumavis)",
"Ian Matyssik (https://github.com/phpb-com)",
"Kagami Hiiragi <kagami@genshiken.org> (http://kagami.genshiken.org/)",
"ethers (https://github.com/ethers)",
"Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
],
"main": "./index.js",
"browser": {
"./index.js": "./elliptic.js"
},
"scripts": {},
"dependencies": {
"elliptic": "^6.5.2"
},
"devDependencies": {
"nyc": "^15.0.0",
"standard": "^14.3.1",
"tap-dot": "^2.0.0",
"tape": "^4.10.1",
"xorshift.js": "^1.0.3",
"yargs": "^15.0.2"
},
"engines": {
"node": ">=10.0.0"
}
}