Struct std::hash::SipHasher13

source ·
pub struct SipHasher13 {
    hasher: Hasher<Sip13Rounds>,
}
👎Deprecated since 1.13.0: use std::collections::hash_map::DefaultHasher instead
🔬This is a nightly-only experimental API. (hashmap_internals)
Expand description

An implementation of SipHash 1-3.

This is currently the default hashing function used by standard library (e.g., collections::HashMap uses it by default).

See: https://131002.net/siphash

Fields§

§hasher: Hasher<Sip13Rounds>
👎Deprecated since 1.13.0: use std::collections::hash_map::DefaultHasher instead
🔬This is a nightly-only experimental API. (hashmap_internals)