Pure Rust cryptography facade for the OxiCrypto stack (hashes, AEADs, MACs, signatures, KEX, KDFs, CSPRNG)
OxiCrypto adapter for aws-lc-rs: FIPS-validated AEAD, signatures, and hashes
Criterion benchmarks comparing OxiCrypto against ring and aws-lc-rs (dev-only)
OxiCrypto adapter for PKCS#11 HSMs via cryptoki
Pure Rust cryptography trait surface (no_std + alloc)
Pure Rust AEAD implementations for OxiCrypto (AES-GCM, ChaCha20-Poly1305, AES-GCM-SIV, XChaCha20-Poly1305)
Pure Rust raw block/stream cipher primitives for OxiCrypto (AES single-block ECB, ChaCha20 keystream) used by QUIC header protection
Pure Rust hash implementations for OxiCrypto (SHA-2, SHA-3, BLAKE3)
Pure Rust KDF implementations for OxiCrypto (HKDF, PBKDF2, Argon2id, scrypt)
Pure Rust key exchange implementations for OxiCrypto (X25519)
Pure Rust MAC implementations for OxiCrypto (HMAC-SHA-256, HMAC-SHA-512)
Post-quantum cryptography for OxiCrypto: ML-KEM (FIPS 203) + ML-DSA (FIPS 204)