Module pengyhash

Source
Available on doc or test only.
Expand description

§pengyhash modifications

(↑) This is derived work from the pengyhash v0.2 algorithm, including the following modifications:

  • make it a struct implementing Hasher.
  • make the algorithm const.
  • make the seed 64-bit.
  • add extra methods.