Trait KeyType
ring::hkdf
pub trait KeyType { fn len(&self) -> usize; }
The length of the OKM (Output Keying Material) for a Prk::expand() call.
Prk::expand()
fn len(&self) -> usize
The length that Prk::expand() should expand its input to.
impl KeyType for &'static ring::aead::quic::Algorithm
impl KeyType for &'static ring::aead::Algorithm
impl KeyType for ring::hkdf::Algorithm
impl KeyType for ring::hmac::Algorithm