pub trait PreHash {
// Required method
fn fill_bytes(&mut self, out: &mut [u8]);
}Available on crate feature
signing only.Expand description
Signing hash trait for Ed448ph
Required Methods§
Sourcefn fill_bytes(&mut self, out: &mut [u8])
fn fill_bytes(&mut self, out: &mut [u8])
Fill the given out buffer with the hash bytes