Skip to main content

delimited

Function delimited 

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

Sha256 hash (input gather joined by 0xFF bytes)