This renames some error codes to more closely match the failure as follows: - ErrBadInputSize -> ErrInvalidHashLen - ErrInputValue -> ErrPrivateKeyIsZero - ErrPointNotOnCurve -> ErrPubKeyNotOnCurve - ErrBadSigRYValue -> ErrSigRYIsOdd - ErrBadSigRNotOnCurve -> ErrSigRNotOnCurve |
||
|---|---|---|
| .. | ||
| edwards | ||
| secp256k1 | ||
| common.go | ||
| go.mod | ||