Struct core::hash::SipHasher24 [] [src]

pub struct SipHasher24 { /* fields omitted */ }
Deprecated since 1.13.0

: use std::collections::hash_map::DefaultHasher instead

🔬 This is a nightly-only experimental API. (sip_hash_13 #34767)

An implementation of SipHash 2-4.

See: https://131002.net/siphash/

Methods

impl SipHasher24
[src]

[src]

Deprecated since 1.13.0

: use std::collections::hash_map::DefaultHasher instead

🔬 This is a nightly-only experimental API. (sip_hash_13 #34767)

Creates a new SipHasher24 with the two initial keys set to 0.

[src]

Deprecated since 1.13.0

: use std::collections::hash_map::DefaultHasher instead

🔬 This is a nightly-only experimental API. (sip_hash_13 #34767)

Creates a SipHasher24 that is keyed off the provided keys.

Trait Implementations

impl Debug for SipHasher24
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SipHasher24
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SipHasher24
[src]

[src]

Returns the "default value" for a type. Read more

impl Hasher for SipHasher24
[src]

[src]

Writes some data into this Hasher. Read more

[src]

Returns the hash value for the values written so far. Read more

1.3.0
[src]

Writes a single u8 into this hasher.

1.3.0
[src]

Writes a single u16 into this hasher.

1.3.0
[src]

Writes a single u32 into this hasher.

1.3.0
[src]

Writes a single u64 into this hasher.

[src]

🔬 This is a nightly-only experimental API. (i128 #35118)

Writes a single u128 into this hasher.

1.3.0
[src]

Writes a single usize into this hasher.

1.3.0
[src]

Writes a single i8 into this hasher.

1.3.0
[src]

Writes a single i16 into this hasher.

1.3.0
[src]

Writes a single i32 into this hasher.

1.3.0
[src]

Writes a single i64 into this hasher.

[src]

🔬 This is a nightly-only experimental API. (i128 #35118)

Writes a single i128 into this hasher.

1.3.0
[src]

Writes a single isize into this hasher.