pub fn concat<'a, T, I>(inputs: I) -> Digestwhere I: Iterator<Item = T> + 'a, T: AsRef<[u8]> + 'a,
Sha256 hash (input gather)