Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 342 Bytes

File metadata and controls

12 lines (8 loc) · 342 Bytes

tiger-hash-python

This is an implementation of the tiger hashing algorithm in pure python.
The algorithm was created by Ross Anderson and Eli Biham.
Thanks to David Bern (odie5533) for completing this python implementation!

Example Usage

>>> import tiger
>>> tiger.hash("")
'24F0130C63AC933216166E76B1BB925FF373DE2D49584E7A'