Skip to main content

Tiger hash module

Project description

This is a simple implementation of the Tiger cryptographic hash for Python. It uses the same API as all other hashing modules, with new(), update(), and digest()/hexdigest().

It’s written in C, and uses the standard Python/C bindings and the reference C implementation for Tiger. It has been tested on i386 and amd64, and correctly reports the reference hashes in standard order.

Requirements

  • Python 2.4 (if it works on 2.3, tell me, please!)

  • Python developement packages and a working toolchain

Changelog

  • v0.1
    • Initial release.

Project details


Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page