golang-siphash-dev

Go implementation of siphash-2-4
  https://github.com/dchest/siphash
  0
  no reviews



Siphash-2-4 is a fast short-input pseudorandom function (a.k.a. keyed hash functions) optimized for speed on short messages.

this package contains the source of a go implementation.