murmurhash3

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IntToByte

func IntToByte(num int64) []byte

func Murmur3A

func Murmur3A(key []byte, seed uint32) int32

MurmurHash3 for x86, 32-bit (MurmurHash3_x86_32)

func Murmur3C

func Murmur3C(key []byte, seed uint32) [4]uint32

MurmurHash3 for x86, 128-bit (MurmurHash3_x86_128)

func Murmur3F

func Murmur3F(key []byte, seed uint64) [2]uint64

MurmurHash3 for x64, 128-bit (MurmurHash3_x64_128)

func NewMurmur3A

func NewMurmur3A() hash.Hash32

func NewMurmur3C

func NewMurmur3C() hash.Hash32

func NewMurmur3F

func NewMurmur3F() hash.Hash64

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL