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.

Implementors