Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-20 | pyhashtext: make pure python hashtext available via old hashtext api also | Petr Jelinek | |
2012-12-20 | pyhashtext: minor cleanups | Marko 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-19 | Pure Python version of hashtext functions, also make hashtext functions ↵ | Petr Jelinek | |
available directy as the toplevel api. |