Skip to content

Kumokage/TigerHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors