pub trait HandshakeHeaderKey: HeaderKey { }Expand description
Types for which are able to perform handshake header cryptography.
This marker trait ensures only Handshake-level header keys are used with Handshake packets. Any key misuses are caught by the type system.