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.6", "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", "compile": "tsc -d" }, "author": "Paul Miller (https://paulmillr.com)", "homepage": "https://github.com/paulmillr/noble-bls12-381", "repository": { "type": "git", "url": "https://github.com/paulmillr/noble-bls12-381.git" }, "license": "MIT", "devDependencies": { "@types/jest": "^25", "@types/node": "^14", "fast-check": "^1.24", "jest": "^25", "ts-jest": "^25", "typescript": "^3.8.3" }, "keywords": [ "bls12-381", "bls12", "bls", "bls signature", "threshold signatures", "aggregate", "aggregated", "zk-snark", "barreto-lynn-scott", "barreto-naehrig", "pairing", "cryptography", "security" ]}