[][src]Trait ring::hkdf::KeyType

pub trait KeyType {
    fn len(&self) -> usize;
}

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.

Loading content...

Implementors

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]

Loading content...