Trait ring::hkdf::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