Trait askar_crypto::random::KeyMaterial[][src]

pub trait KeyMaterial {
    fn read_okm(&mut self, buf: &mut [u8]);
}

Required methods

Implementors