Module crypto
Available on crate feature
quic only.Expand description
Packet-protection key interfaces (RFC 9001 §5).
These are the abstract keys the packet codec uses to remove or apply protection. The actual key derivation and AEAD live in the engine’s TLS backends, which implement these traits.
Structs§
- Crypto
Error - Generic crypto errors. cryptographic operation failed