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 0e9f71e07e Migrate to geth/secp256k1, add checks 2 years ago
..
webtest Add checks to inputs at Blind & BlindSign 3 years ago
README.md Add WASM wrappers & compiled 3 years ago
blindsecp256k1-wasm.go Migrate to geth/secp256k1, add checks 2 years ago
build.sh Add WASM wrappers & compiled 3 years ago

README.md

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.