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.3
    • PyPI compatibility; Tiger is now available on PyPI.

  • v0.2
    • Unbreak the entire module, particularly hexdigest().

    • Add tests.

  • v0.1
    • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tiger-0.3.tar.gz (19.2 kB view hashes)

Uploaded Source

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