pub fn calculate_sha1<I, T>(data: I) -> Vec<u8> 
where T: AsRef<[u8]>, I: IntoIterator<Item = T>,
Expand description

SHA1 checksum, first 20 octets.