The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
MurmurHash3.finalize
std
digest
murmurhash
MurmurHash3
Incorporate
element_count
and finalizes the hash.
void
finalize
()
void
finalize
()
void
finalize
()
struct
MurmurHash3
(uint size, uint opt = size_t.sizeof == 8 ? 64 : 32)
pure nothrow @
nogc
static if
(!(
size == 32
))
static if
(!(
size == 128 && opt == 32
))
static if
(
size == 128 && opt == 64
)
void
finalize
(
)
Meta
Source
See Implementation
std
digest
murmurhash
MurmurHash3
functions
finalize
finish
get
getBytes
put
putElement
putElements
putRemainder
Incorporate element_count and finalizes the hash.