Skip to content

browning/tiger-hash-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'

About

A python implementation of the tiger hash algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages