[−][src]Trait ring::hkdf::KeyType
The length of the OKM (Output Keying Material) for a Prf::expand()
call.
Required methods
fn len(&self) -> usize
The length that Prf::expand()
should expand its input to.
The length of the OKM (Output Keying Material) for a Prf::expand()
call.
fn len(&self) -> usize
The length that Prf::expand()
should expand its input to.
impl KeyType for &'static ring::aead::quic::Algorithm
[src]impl KeyType for &'static ring::aead::Algorithm
[src]impl KeyType for ring::hkdf::Algorithm
[src]impl KeyType for ring::hmac::Algorithm
[src]