ring::hkdf

Trait KeyType

Source
pub trait KeyType {
    // Required method
    fn len(&self) -> usize;
}
Expand description

The length of the OKM (Output Keying Material) for a Prk::expand() call.

Required Methods§

Source

fn len(&self) -> usize

The length that Prk::expand() should expand its input to.

Implementors§

Source§

impl KeyType for &'static ring::aead::quic::Algorithm

Source§

impl KeyType for &'static ring::aead::Algorithm

Source§

impl KeyType for ring::hmac::Algorithm

Source§

impl KeyType for ring::hkdf::Algorithm