GoBit
GoBit copied to clipboard
A Golang implementation of Bitcoin
Results
1
GoBit issues
Sort by
recently updated
recently updated
newest added
Solution: ``` diff --git a/crypto/secp256k1/curve.go b/crypto/secp256k1/curve.go index 5409ee1d2..c305f58da 100644 --- a/crypto/secp256k1/curve.go +++ b/crypto/secp256k1/curve.go @@ -116,6 +116,9 @@ func (BitCurve *BitCurve) IsOnCurve(x, y *big.Int) bool { // affineFromJacobian reverses the Jacobian...