mirror of
https://github.com/arnaucube/go-blindsecp256k1.git
synced 2026-02-06 19:16:40 +01:00
Previous to this commit there was the implementation of "[An Efficient Blind Signature Scheme Based on the Elliptic Curve Discrete Logarithm Problem](http://www.isecure-journal.com/article_39171_47f9ec605dd3918c2793565ec21fcd7a.pdf)" paper by by Morteza Nikooghadama & Ali Zakerolhosseini. This commit adds the implementation of "[New Blind Signature Schemes Based on the (Elliptic Curve) Discrete Logarithm Problem](https://sci-hub.do/10.1109/ICCKE.2013.6682844)" paper by Hamid Mala & Nafiseh Nezhadansari.
blindsecp256k1 wasm clientlib
blindsecp256k1 lib for browsers using go WASM.
Wasm usage
To compile to wasm, inside the wasm directory, execute:
./build.sh
Add the file wasm_exec.js in the webtest directory:
cp "$(go env GOROOT)/misc/wasm/wasm_exec.js" .
To see the usage from javascript, check index.js file.