pub trait ZeroRttKey: Key { }
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.