Update p384 crate version to include "p384: remove unused fiat-crypto variables" commit #1102
Replies: 2 comments 6 replies
-
Hi, Edit: @tarcieri, a gentle ping. |
Beta Was this translation helpful? Give feedback.
-
There is a huge amount of work to be done before another stable release. You can track our upstream traits here. We'll need these all with a newly versioned stable release of several of these first before we can even start getting to the elliptic curve crates: RustCrypto/traits#1571 I would also like to rip out the existing transformed fiat-crypto backends and go back to something that looks close to the verbatim output now that |
Beta Was this translation helpful? Give feedback.
-
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