Function hash

Source
pub fn hash(out: &mut [u8], chunks: &[u8], count: usize)
Expand description

hash takes a mutable slice where the digests will be stored (overwritten), a slice with the chunks to merkleize and the number of chunks to merkleize