mirror of
https://github.com/arnaucube/blindsecp256k1-js.git
synced 2026-02-06 19:06:42 +01:00
6b873054d587e8da369bea0dfd58404161e90e72
Includes the needed methods to do the full flow: - newKeyPair - newRequestParameters - blind - blindSign - unblind - verify
blindsecp256k1-js 
Javascript implementation compatible with https://github.com/arnaucube/go-blindsecp256k1
Blind signature over secp256k1, based on "New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem" paper by Hamid Mala & Nafiseh Nezhadansari.
WARNING: this repo is experimental, do not use in production.
Build for browser
By running npm run browserify, and the file blindsecp256k1-browser.js will be generated, which can be imported in the html and used as blindsecp256k1.
Languages
TypeScript
100%