Skip to main content
Module

x/bls12_381/package.json

Fastest JS implementation of BLS12-381. Auditable, secure, 0-dependency aggregated signatures & pairings
Go to Latest
File
{ "name": "noble-bls12-381", "version": "0.2.1", "description": "Noble BLS12-381 pairing-friendly curve. High-security, easily auditable, 0-dep aggregated signatures & pubkey.", "main": "lib/index.js", "files": [ "lib" ], "scripts": { "test": "jest" }, "author": "Paul Miller (https://paulmillr.com)", "license": "MIT", "devDependencies": { "@types/jest": "^24.0.13", "@types/node": "^12.0.8", "fast-check": "^1.16.0", "jest": "^24.8.0", "ts-jest": "^24.0.2", "typescript": "^3.4.5" }, "keywords": [ "bls12-381", "bls12", "bls", "bls signature", "threshold signatures", "aggregate", "aggregated", "zk-snark", "barreto-lynn-scott", "barreto-naehrig", "pairing", "cryptography", "security" ]}