package
0.0.0-20211204171003-644e7408753f
Repository: https://github.com/arnaucube/go-blindsecp256k1.git
Documentation: pkg.go.dev

# README

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.