summaryrefslogtreecommitdiffstats
path: root/src/python/pysss_murmur.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation error in Python murmurhash bindingsJakub Hrozek2012-08-161-4/+8
| | | | | | The compilation produced an error due to missing declaration of uint32_t and a couple of warnings caused by different prototypes of argument parsing functions in older Python releases.
* Add python bindings for murmurhash3Sumit Bose2012-08-151-0/+65