tokucore icon indicating copy to clipboard operation
tokucore copied to clipboard

A Simple, Powerful, Modular Library for Bitcoin Blockchain As a Service(BAAS)

Results 2 tokucore issues
Sort by recently updated
recently updated
newest added

In file: https://github.com/keyfuse/tokucore/blob/master/xcrypto/mpc_schnorr_test.go If I add code: ``` assert.Nil(t, SchnorrVerify(sharepub1, hash, fs1)) ``` at the end function `TestMpcSchnorr`, I got error: `schnorr.signature.verify.failed` How can fix it?