Expand description
Cryptography specific to TLS1.3.
Structs§
- Hkdf
Expander Using Hmac - Implementation of
HkdfExpander
viahmac::Key
. - Hkdf
Using Hmac - Implementation of
Hkdf
(and thenceHkdfExpander
) viahmac::Hmac
. - OkmBlock
- Output key material from HKDF, as a value type.
- Output
Length Error - An error type used for
HkdfExpander::expand_slice
when the slice exceeds the maximum HKDF output length.
Traits§
- Hkdf
- A HKDF implementation oriented to the needs of TLS1.3.
- Hkdf
Expander - Implementation of
HKDF-Expand
with an implicitly stored and immutablePRK
.
Functions§
- expand
HKDF-Expand(PRK, info, L)
to construct any type from a byte array.