Hash

Type Alias Hash 

Source
pub type Hash<I> = [I; 8];

Trait Implementations§

Source§

impl<I: Item> Sha2 for Hash<I>

Source§

fn compress(&self, h1: &Hash<I>, h2: &Hash<I>) -> Hash<I>