Trait ascon_hash::XofReader
source · pub trait XofReader {
// Required method
fn read(&mut self, buffer: &mut [u8]);
}Expand description
Trait for reader types which are used to extract extendable output from a XOF (extendable-output function) result.