aws-lc-rs: Your Rust PQC Library
aws-lc-rs is the production PQC library for Rust at AWS:
aws-lc-rs/
├── kem/ ML-KEM-512, ML-KEM-768, ML-KEM-1024
├── signature/ ML-DSA-44, ML-DSA-65, ML-DSA-87
│ SLH-DSA variants
│ ECDSA (P-256, P-384, P-521)
│ Ed25519, Ed448
├── agreement/ X25519, P-256, P-384 (classical)
└── hkdf, digest, aead, ...
Used in production by: Amazon, Rust Foundation (for crates.io TLS), Mozilla (planned).