Struct rustls_fork_shadow_tls::quic::PacketKeySet
source · pub struct PacketKeySet {
pub local: PacketKey,
pub remote: PacketKey,
}
Available on crate feature
quic
only.Expand description
Packet protection keys for bidirectional 1-RTT communication
Fields§
§local: PacketKey
Encrypts outgoing packets
remote: PacketKey
Decrypts incoming packets