Trait s2n_quic_core::crypto::handshake::HandshakeKey
source · [−]pub trait HandshakeKey: Key { }Expand description
Types for which are able to perform handshake cryptography.
This marker trait ensures only Handshake-level keys are used with Handshake packets. Any key misuses are caught by the type system.