tweakroot
Version:
tweak a taproot pubkey using elliptic curve operations
38 lines (37 loc) • 944 B
JSON
{
"name": "tweakroot",
"version": "0.0.3",
"description": "tweak a taproot pubkey using elliptic curve operations",
"type": "module",
"main": "lib/tweakroot.js",
"bin": {
"tweakroot-cli": "./bin/tweakroot-cli.js"
},
"scripts": {
"test": "node test/verify-consistency.js",
"test:all": "node test/verify-consistency.js && node test/test-tweaking.js",
"test:tiny": "node test/tweakroot-test.js",
"start": "node ./bin/tweakroot-cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nostrapps/tweakroot.git"
},
"keywords": [
"bitcoin",
"taproot",
"cryptography",
"tweak",
"secp256k1",
"elliptic curve"
],
"author": "Melvin Carvalho",
"license": "MIT",
"bugs": {
"url": "https://github.com/nostrapps/tweakroot/issues"
},
"homepage": "https://github.com/nostrapps/tweakroot#readme",
"dependencies": {
"tiny-secp256k1": "^2.2.3"
}
}