Documentation ¶ Index ¶ func BFSipHash(hashId int32, value []byte) int64 func SipHash(in []byte, k0, k1 uint64, cround, dround int) uint64 func SipHash12(in []byte, k0, k1 uint64) uint64 func SipHash24(in []byte, k0, k1 uint64) uint64 type BFHash Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BFSipHash ¶ func BFSipHash(hashId int32, value []byte) int64 func SipHash ¶ func SipHash(in []byte, k0, k1 uint64, cround, dround int) uint64 func SipHash12 ¶ func SipHash12(in []byte, k0, k1 uint64) uint64 func SipHash24 ¶ func SipHash24(in []byte, k0, k1 uint64) uint64 Types ¶ type BFHash ¶ type BFHash func(hashId int32, value []byte) int64 Source Files ¶ View all Source files base.go siphash.go Click to show internal directories. Click to hide internal directories.