logo
pub trait Expander {
    fn fill_bytes(&mut self, okm: &mut [u8]);
}
Available on crate feature hash2curve only.
Expand description

Expander that, call read until enough bytes have been consumed.

Required Methods

Fill the array with the expanded bytes

Implementors