Struct rustls_fork_shadow_tls::quic::DirectionalKeys
source · pub struct DirectionalKeys {
pub header: HeaderProtectionKey,
pub packet: PacketKey,
}
Available on crate feature
quic
only.Expand description
Keys used to communicate in a single direction
Fields§
§header: HeaderProtectionKey
Encrypts or decrypts a packet’s headers
packet: PacketKey
Encrypts or decrypts the payload of a packet