Python wrapper for Murmur Hash3
Find a file
Cameron Eure 003076d156 - Improved error handline
- Added murmur3.hash128(), returns tuple(int, int, int, int)
- Ability to set seed with 3rd parameter, falls back to len(value) when not used.
2012-10-08 10:55:21 -07:00
.gitignore setup .gitignore 2012-10-08 09:52:28 -07:00
module.cpp - Improved error handline 2012-10-08 10:55:21 -07:00
MurmurHash3.cpp Initial import. 2011-08-09 01:03:05 +02:00
MurmurHash3.h Initial import. 2011-08-09 01:03:05 +02:00
README Initial import. 2011-08-09 01:03:05 +02:00
setup.py Initial import. 2011-08-09 01:03:05 +02:00

See http://code.google.com/p/smhasher/ for more information.