pub struct HeaderProtectionKey { /* private fields */ }
Expand description

A key for generating QUIC Header Protection masks.

Implementations

Create a new header protection key.

key_bytes must be exactly algorithm.key_len bytes long.

Generate a new QUIC Header Protection mask.

sample must be exactly self.algorithm().sample_len() bytes long.

The key’s algorithm.

Trait Implementations

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.