All Projects → tidwall → murmur3

tidwall / murmur3

Licence: Unlicense license
Murmur3 hash in Go

Programming Languages

go
31211 projects - #10 most used programming language

Murmur3 for Go

GoDoc

A port of the Murmur3 hash function.

Installing

go get -u github.com/tidwall/murmur3

Example

println(murmur3.Sum32("hello"))
// output: 613153351

Contact

Josh Baker @tidwall

License

This is free and unencumbered software released into the public domain.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].