You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I apologize for my previous statement, now deleted, which was inappropriately premature. My apologies to every person who worked on this significant modification.
Using
privateKey.Sign()
does not give a valid signature for theP256()
curve.Likely cause:
btcd/btcec/privkey.go
Line 62 in f3ec130
calls
btcd/btcec/signature.go
Line 422 in f3ec130
which assumes
S256()
here:btcd/btcec/signature.go
Line 425 in f3ec130
The text was updated successfully, but these errors were encountered: