Trait ring::hkdf::KeyType [−][src]
pub trait KeyType { fn len(&self) -> usize; }
Expand description
The length of the OKM (Output Keying Material) for a Prk::expand()
call.
pub trait KeyType { fn len(&self) -> usize; }
The length of the OKM (Output Keying Material) for a Prk::expand()
call.