Skip to main content

concat

Function concat 

Source
pub fn concat<'a, T, I>(inputs: I) -> Digest
where I: Iterator<Item = T> + 'a, T: AsRef<[u8]> + 'a,
Expand description

Sha256 hash (input gather)