Type Alias rustc_stable_hash::hashers::StableSipHasher128
source · pub type StableSipHasher128 = StableHasher<SipHasher128>;
Expand description
Stable 128-bits Sip Hasher
StableHasher
version of SipHasher128
.
Aliased Type§
struct StableSipHasher128 { /* private fields */ }