std
::
hash
::
xxhash
Structs
Xxh64
Functions
round
merge_round
avalanche
Consts
CHUNK_SIZE
PRIME_1
PRIME_2
PRIME_3
PRIME_4
PRIME_5
Module
std
::
hash
::
xxhash
Structs
Xxh64
64-bit version of xxHash (XXH64)
Functions
fn
round
(acc:
u64
, input:
u64
) ->
u64
source
fn
merge_round
(acc:
u64
, val:
u64
) ->
u64
source
fn
avalanche
(input:
u64
) ->
u64
source
Consts
const
CHUNK_SIZE
:
usize
=
/* ... */
source
const
PRIME_1
:
u64
=
/* ... */
source
const
PRIME_2
:
u64
=
/* ... */
source
const
PRIME_3
:
u64
=
/* ... */
source
const
PRIME_4
:
u64
=
/* ... */
source
const
PRIME_5
:
u64
=
/* ... */
source