pub trait ExpandMessageState<'x> {
// Required methods
fn read_into(&mut self, output: &mut [u8]) -> usize;
fn remain(&self) -> usize;
}
Expand description
Trait for types implementing the expand_message
interface for hash_to_field
.
pub trait ExpandMessageState<'x> {
// Required methods
fn read_into(&mut self, output: &mut [u8]) -> usize;
fn remain(&self) -> usize;
}
Trait for types implementing the expand_message
interface for hash_to_field
.