Trait HashBlocks

Source
pub trait HashBlocks {
    // Required method
    fn hash_blake3(&mut self) -> Hash;
}

Required Methods§

Source

fn hash_blake3(&mut self) -> Hash

Implementors§