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.
main (development) branch of crypto-glue.