pub fn hash_set_stripped<S: IntoIterator, H: Hasher>(set: S, hasher: &mut H)where
    S::Item: StrippedHash,