Expand description
TLS cryptographic primitives.
Feature-gated behind the tls feature flag.
Implements hash, HMAC, PRF, HKDF, and cipher abstractions.
Re-exports§
Modules§
- cipher_
aead - AEAD cipher implementations for TLS.
- cipher_
block - Block cipher implementations for TLS.
- cipher_
stream - Stream cipher implementations for TLS.
- compression
- TLS compression methods.
- groups
- TLS Named Groups (key exchange groups).
- hash
- TLS hash algorithm abstractions.
- hkdf_
tls13 - TLS 1.3 HKDF key schedule (RFC 8446 Section 7.1).
- hmac_
tls - TLS HMAC abstractions.
- prf
- TLS Pseudorandom Function (PRF) implementations.
- suites
- TLS cipher suite definitions and registry.