We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Non-DER versions, which just fill in 64 bits in some canonical order.
Alternately: make the opaque structure a canonical order.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Yep, looks good! Please document the serialize format (at a glance, it's 32 byte unsigned BE r value followed by 32 byte unsigned BE s value).
I'd still like a "is_normalized" or "is_canonical" for the s-value test BTW, but I can implement my own with these.
Fixed by #334.
No branches or pull requests
Non-DER versions, which just fill in 64 bits in some canonical order.
Alternately: make the opaque structure a canonical order.
The text was updated successfully, but these errors were encountered: