Trait s2n_quic_core::crypto::zero_rtt::ZeroRttKey
source · [−]pub trait ZeroRttKey: Key { }Expand description
Types for which are able to perform 0-RTT cryptography.
This marker trait ensures only 0-RTT-level keys are used with ZeroRTT packets. Any key misuses are caught by the type system.