No description
  • TypeScript 100%
Find a file
arnaucube 02592d4c51 v0.0.9
2023-02-22 18:29:25 +01:00
.github/workflows Add GHA 2021-02-05 22:06:33 +01:00
src Add even hex length before hashing 'm' for Go comp 2021-02-11 23:14:36 +01:00
test Add even hex length before hashing 'm' for Go comp 2021-02-11 23:14:36 +01:00
.gitignore Merge pull request #8 from elboletaire/f/remove-browser-from-gitignore 2023-02-22 18:26:37 +01:00
LICENSE Initial version that works 2021-02-03 23:21:24 +01:00
package-lock.json v0.0.7 2023-02-22 11:43:47 +01:00
package.json v0.0.9 2023-02-22 18:29:25 +01:00
README.md Update readme, npm package to v0.0.4 2021-02-05 22:03:13 +01:00
tsconfig.json Adding support for Typescript 2021-02-04 12:43:24 +01:00
tslint.json Adding support for Typescript 2021-02-04 12:43:24 +01:00

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.