You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
arnaucube 02592d4c51 v0.0.9 1 year ago
.github/workflows Add GHA 3 years ago
src Add even hex length before hashing 'm' for Go comp 3 years ago
test Add even hex length before hashing 'm' for Go comp 3 years ago
.gitignore Merge pull request #8 from elboletaire/f/remove-browser-from-gitignore 1 year ago
LICENSE Initial version that works 3 years ago
README.md Update readme, npm package to v0.0.4 3 years ago
package-lock.json v0.0.7 1 year ago
package.json v0.0.9 1 year ago
tsconfig.json Adding support for Typescript 3 years ago
tslint.json Adding support for Typescript 3 years ago

README.md

blindsecp256k1-js npm Test

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.