summaryrefslogtreecommitdiff
path: root/python/skytools/pyhashtext.py
AgeCommit message (Collapse)Author
2012-12-20pyhashtext: make pure python hashtext available via old hashtext api alsoPetr Jelinek
2012-12-20pyhashtext: minor cleanupsMarko Kreen
- uppercase constants - rename loop constants - add literal value test - add equality test, just in case 'assert' is disabled - convert result to non-long int - no shift when big-endian (in hashtext_new)
2012-12-19Pure Python version of hashtext functions, also make hashtext functions ↵Petr Jelinek
available directy as the toplevel api.