Tony Arcieri
Tony Arcieri
> I think maybe the only way to add support for this without some sort of feature gating would be to locally define stable versions of the VAES intrinsics like...
> But what I didn't realize is that it's still necessary to have the #[target_feature(enable = "avx512f")], which in turn requires #![feature(avx512_target_feature)] (which is unstable) in order to use the...
I'd generally be in favor but it's definitely a large PR. Sorry it's gone by the wayside. I will hopefully have time to review soon. Also curious to know what...
@silvanshade why did you close this? It seemed pretty close to complete.
@newpavlov's last comment, as of two weeks ago, was: > I will try to fully review the code this week (likely during weekend) and probably will merge it after that...
I know there's been a bit of controversy surrounding the choice of HashML-DSA vs ExternalMu-ML-DSA: https://groups.google.com/a/list.nist.gov/g/pqc-forum/c/OyQw3YpSh-s/m/2HtxpeKlAQAJ The downside of HashML-DSA is it effectively adds a parallel, incompatible algorithm, whereas ExternalMu-ML-DSA...
The `crypto-bigint` crate has native support for `der`, although it's missing `DecodeValue`/`EncodeValue` impls for `BoxedUint` (and `NonZero`). They exist for `Uint`. Perhaps support could be added there so there's not...
Closing as stale
Ran into it in #526 as well and noted the existing comments are contradictory. If validating the public key is supposed to ensure precomputation won't fail, then we should bubble...
It would also be good to add alternatives. There's a list in #2132, though as noted earlier we probably shouldn't add `serde_yml` (#2212)