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