Implementation of tiger hash in C++ with Python API.
The basic API matches that of Python's standard hashlib
module.
The algorithm was created by Ross Anderson and Eli Biham. It was designed to be a fast, secure hash function which was created for being faster then RIPE-MD, MD5, SHA, SHA1 and Snefru-8 on 64-bit processors.
pip install tigerhash
As usual with Pip, you might need to use sudo
or the --user
flag
with the command above, depending on how you installed Python on your
system.