Skip to main content

Windows binary wheels for RHash

Project description

RHash

License

All code except setup.py is licensed under the 'BSD Zero Clause License'. setup.py is licensed under the 'ISC License'.

Example

import rhash
ctx = rhash.RHash(rhash.CRC32 | rhash.MD5)
ctx.update('Hello, ').update('world!').finish()
assert 'EBE6C6E6' == ctx.HEX(rhash.CRC32)
assert '6cd3556deb0da54bca060b4c39479839' == ctx.hex(rhash.MD5)

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

RHash-1.4.2.tar.gz (229.0 kB view hashes)

Uploaded Source

Built Distribution

RHash-1.4.2-py2.py3-none-win_amd64.whl (229.2 kB view hashes)

Uploaded Python 2 Python 3 Windows x86-64

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