Hi,
The leancrypto library now offers Rust bindings for all PQC algorithms,
allowing native Rust applications to access to accelerated as well as C
implementations of ML-KEM, ML-DSA, SLH-DSA, HQC along with classic algorithms
(hashes, AEAD, symmetric algorithms, KMAC, HMAC, DRBGs).
The Rust crate is available at [1] as well as at [2].
[1]
https://crates.io/crates/leancrypto-sys
[2]
https://github.com/smuellerDD/leancrypto/tree/master/rust
Ciao
Stephan