rustpq / pqcrypto

Rust Post-Quantum cryptography
226 stars 41 forks source link

Kyber-90s has no Aarch64 code #39

Closed thomwiggers closed 2 years ago

thomwiggers commented 2 years ago

Fixes #38

thomwiggers commented 2 years ago

@rozbb Are you able to test this branch?

rozbb commented 2 years ago

Yup, works on my machine! I don't have a need for an arch-specific impl right now. Just having it compile is good enough. Thanks for the quick turnaround!

FYI I just cut a new version of pcrypto-compat which implements the RustCrypto KEM and signature traits over the pqcrypto primitives. If it looks like a nice interface, I could make a PR here that implements it directly, and deprecate my crate. Let me know!