Skip to main content

Module crypto

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§

CryptoError
Generic crypto errors. cryptographic operation failed

Traits§

HeaderKey
Keys used to protect packet headers.
PacketKey
Keys used to protect packet payloads.