mirror of
https://github.com/arnaucube/blindsecp256k1-js.git
synced 2026-03-22 23:46:37 +01:00
No description
- TypeScript 100%
| .github/workflows | ||
| src | ||
| test | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tslint.json | ||
blindsecp256k1-js

Typescript 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.