Files
arnaucube 0e9f71e07e Migrate to geth/secp256k1, add checks
Migrate from btcd/btcec to go-ethereum/crypto/secp256k1
Abstract calls on secp256k1.S256()
Change newRand approach, use ecdsa.GenerateKey underneath
Add check of size of mBlinded & k when blind signing
2021-11-18 10:40:35 +01:00
..
2021-01-10 23:32:24 +01:00
2021-01-10 23:32:24 +01:00

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.