Trait bls12_381_plus::ExpandMsg[][src]

pub trait ExpandMsg {
    fn expand_message(msg: &[u8], dst: &[u8], buf: &mut [u8]);
}
Expand description

Trait for types implementing expand_message interface for hash_to_field

Required methods

Expands msg to the required number of bytes in buf

Implementors