| Name: murmurhash.c | |
| License: MIT | |
| License File: LICENSE | |
| Upstream Git: https://github.com/jwerle/murmurhash.c | |
| Description: | |
| MurmurHash is a non-cryptographic hash function suitable for general | |
| hash-based lookup. This implementation implements version 3 of | |
| MurmurHash. | |