Function scsys_crypto::iter_hasher
source · pub fn iter_hasher<T: ToString>(data: &Vec<T>) -> GenericHashExpand description
Given a collection of elements, reduce into a single hash by updating the same hasher
pub fn iter_hasher<T: ToString>(data: &Vec<T>) -> GenericHashGiven a collection of elements, reduce into a single hash by updating the same hasher