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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page