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