Skip to content

Implementation of tiger hash in c++ with Python API

License

Notifications You must be signed in to change notification settings

bugsnif/TigerHash

 
 

Repository files navigation

TigerHash PyPI version testDownloads

Implementation of tiger hash in C++ with Python API. The basic API matches that of Python's standard hashlib module.

Creators

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.

Installation

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.

About

Implementation of tiger hash in c++ with Python API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 86.5%
  • Cython 8.3%
  • Python 5.2%