Versions in this module Expand all Collapse all v1 v1.1.0 Jan 18, 2018 v1.0.0 Jan 18, 2018 Changes in this version + func New32() hash.Hash32 + func New32WithSeed(seed uint32) hash.Hash32 + func New64() hash.Hash64 + func New64WithSeed(seed uint32) hash.Hash64 + func Sum128(data []byte) (h1 uint64, h2 uint64) + func Sum128WithSeed(data []byte, seed uint32) (h1 uint64, h2 uint64) + func Sum32(data []byte) uint32 + func Sum32WithSeed(data []byte, seed uint32) uint32 + func Sum64(data []byte) uint64 + func Sum64WithSeed(data []byte, seed uint32) uint64 + type Hash128 interface + Sum128 func() (uint64, uint64) + func New128() Hash128 + func New128WithSeed(seed uint32) Hash128