PreHash

Trait PreHash 

Source
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§

Source

fn fill_bytes(&mut self, out: &mut [u8])

Fill the given out buffer with the hash bytes

Implementors§