Skip to main content
Module

x/secp256k1/package.json

Fastest JS implementation of secp256k1. Independently audited, high-security, 0-dependency ECDSA & Schnorr signatures.
Go to Latest
File
{ "name": "noble-secp256k1", "version": "0.2.1", "description": "Noble secp256k1. High-security, easily auditable, 0-dep, 1-file pubkey & ECDSA.", "main": "index.js", "files": [ "index.js", "index.d.ts" ], "scripts": { "compile": "tsc -d", "test": "jest" }, "jest": { "testRegex": "/.*?\\.test.ts", "transform": { "^.+\\.ts$": "ts-jest" } }, "author": "Paul Miller (https://paulmillr.com)", "homepage": "https://github.com/paulmillr/noble-secp256k1", "repository": { "type": "git", "url": "https://github.com/paulmillr/noble-secp256k1.git" }, "license": "MIT", "devDependencies": { "@types/jest": "^24.0.15", "@types/node": "^12.0.8", "fast-check": "^1.15.1", "jest": "^24.8.0", "ts-jest": "^24.0.2", "typescript": "^3.5.2" }, "keywords": [ "secp256k1", "secp", "elliptic", "elliptic curve", "curve", "signature", "ecc", "ecdsa", "cryptography", "security", "noble" ]}