aws_lc_rs::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 aws_lc_rs::aead::quic::Algorithm

Source§

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

Source§

impl KeyType for &'static aws_lc_rs::cipher::Algorithm

Source§

impl KeyType for aws_lc_rs::hmac::Algorithm

Source§

impl KeyType for aws_lc_rs::hkdf::Algorithm