Documentation ¶
Overview ¶
Package jenkins implements Jenkins's one_at_a_time, non-cryptographic hash functions created by by Bob Jenkins.
See https://en.wikipedia.org/wiki/Jenkins_hash_function#cite_note-dobbsx-1
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sum32 ¶
type Sum32 uint32
Sum32 represents Jenkins's one_at_a_time hash.
Use the Sum32 type directly (as opposed to New32 below) to avoid allocations.
Click to show internal directories.
Click to hide internal directories.