You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(mlkem) add ML-KEM-768 (FIPS 203), no_std and no-alloc
(ec) add Ed25519 (EdDSA, RFC 8032) across the full stack
(cipher) add ChaCha20-Poly1305 AEAD + TLS 1.3 suite
(rng) add Windows OsRng via ProcessPrng (fixes Windows release builds)
Fixed
(rng) link bcryptprimitives via raw-dylib for Windows OsRng
Other
honest status table — flip completed rows to ✅, name the gaps
comprehensive README — current state and CLI usage
document ML-DSA and SLH-DSA
document ChaCha20-Poly1305, Ed25519, ML-KEM-768 and hybrid TLS
run tests and clippy on Windows and macOS
Added
(rsa) runtime RSA key generation (BoxedRsaPrivateKey::generate) for arbitrary moduli; genpkey now accepts any even size up to 65536 bits (e.g. 8192), falling back from the const-generic path