core-crypto

Rust Crypto Dependencies

Cryptographic primitives & spec implementations

Primitive Repository Known audits
P256 RustCrypto/p256 N/A
P384 RustCrypto/p384 N/A
Curve25519 dalek-cryptography/curve25519-dalek N/A
Ed25519 dalek-cryptography/ed25519-dalek N/A
X25519 dalek-cryptography/x25519-dalek N/A
SHA2 RustCrypto/sha2 N/A
HMAC RustCrypto/hmac N/A
AES-GCM RustCrypto/aes-gcm Audit by NCC Group
ChaCha20Poly1305 RustCrypto/chacha20poly1305 Audit by NCC Group
HKDF RustCrypto/hkdf N/A
HPKE rozbb/rust-hpke No formal audits, but Cloudflare reviewed it

CSPRNG