-
Notifications
You must be signed in to change notification settings - Fork 344
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
k256 v0.13.3 causes an error on secp256k1_recover_pubkey_works test #2010
Comments
Thanks you. I can reproduce the issue with k256 v0.13.2 and v0.13.3. On it |
Caused by this change: Reject signatures which aren't low-S normalized (RustCrypto/elliptic-curves#914) (https://github.com/RustCrypto/elliptic-curves/blob/master/k256/CHANGELOG.md#0132-2023-11-15) |
Thank you for the report. I think we can address this in two steps:
|
See CosmWasm/cosmwasm#2010 for detail
I think #2000 (last commit) is a better fix since it avoids the pinning |
After executing
cargo update
on packages/crypto to update k256 to v0.13.3, test secp256k1::tests::secp256k1_recover_pubkey_works fails withThis error is not caused with k256 v0.13.1.
The text was updated successfully, but these errors were encountered: