Update p384 crate version to include "p384: remove unused fiat-crypto variables" commit #1102
Yashinde145
started this conversation in
General
Replies: 1 comment
-
Hi, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
7652c58 fixes rust-lang/rust#122357.
Also, there were other reports of similar error:
rust-lang/rust#121814
rust-lang/rust#113612
rust-lang/rust#104021
This error was there for a while and blocked many of the p384 rust debug builds applications.
The fix was merged into the pre-release versions "p384/v0.14.0-pre.2" and "p384/v0.14.0-pre.1."
and current stable version of the RustCrypto p384 crate is v0.13.0, which is also the default version for building with Rust.
This is a significant fix and it would be nice to have it in stable version of p384 crate.
Can we have a new stable version update of p384 crate along with this fix ?
Or
Can this fix can be backported to "v0.13.0" of p384 crate.
Please let me know your views on it.
CC: @tarcieri
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions