-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
private key sign bug #592
Comments
What is the version (git commit) you're trying to build? And what is the
|
Maybe something is wrong with your go modules setup, because we have rfc6979 v0.1.0 used at the moment to build neo-go, even though I do see now that more recent versions of rfc6979 don't have error returned from |
Thanks for your reply |
We use Go modules and expect you to use Go 1.12+, but anyway we'll move to v0.2.0 of rfc6979 (https://github.com/nspcc-dev/rfc6979/releases/tag/v0.2.0) as it allows us to simplify error handling in our own code. |
PrivateKey.Sign method in keys package
assignment mismatch: rfc6979.SignECDSA returns 2 values but asign to 3 variables
The text was updated successfully, but these errors were encountered: