Trait s2n_quic_core::crypto::one_rtt::OneRttHeaderKey
source · [−]pub trait OneRttHeaderKey: HeaderKey { }Expand description
Types for which are able to perform 1-RTT header cryptography.
This trait ensures only 1-RTT-level header keys are used with Short packets. Any key misuses are caught by the type system.