Documentation ¶
Overview ¶
Go programming helpers for common hashing needs.
Also implements a selection of the hashing algorithms described at: http://eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ModifiedBernstein ¶
A minor update to Bernstein's hash replaces addition with XOR for the combining step.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.