std
::
hash
::
xxhash
::
Xxh64
Fields
total_len
v1
v2
v3
v4
mem
mem_size
Methods
new
with_seed
write
finish
Struct
std
::
hash
::
xxhash
::
Xxh64
struct
Xxh64
{ ... }
source
64-bit version of xxHash (XXH64)
Fields
total_len:
usize
v1:
u64
v2:
u64
v3:
u64
v4:
u64
mem: [
u64
; 4]
mem_size:
usize
Methods
impl
Xxh64
{ ... }
fn
new
() ->
Xxh64
source
fn
with_seed
(seed:
u64
) ->
Xxh64
source
fn
write
(self: &
mut
Xxh64
, input: &[
u8
])
source
fn
finish
(self: &
mut
Xxh64
) ->
u64
source