Closed mallochine closed 3 years ago
Hello,
Need to implement JS equivalent interface call of bls.SetRandfunc
bls.SetRandfunc
Golang has it implemented here: https://github.com/herumi/bls-go-binary/blob/54b1b8877712a3ac8e6213b31351a736ad3aa6b1/bls/bls.go#L730
Please use bls.setRandFunc. https://github.com/herumi/bls-wasm/blob/master/src/bls.js#L760
bls.setRandFunc
Hello,
Need to implement JS equivalent interface call of
bls.SetRandfunc
Golang has it implemented here: https://github.com/herumi/bls-go-binary/blob/54b1b8877712a3ac8e6213b31351a736ad3aa6b1/bls/bls.go#L730