Skip to content

MicroBitcoinOrg/RainforestPython

Repository files navigation

Rainforest hash module for Python

This package implements the Rainforest hashing algorithms.

Usage

    import rainforest_hash
    data = '\x00'
    digest_v1 = rainforest.get(data, len(data))
    digest_v2 = rainforest.get_v2(data, len(data))

About

Rainforest hash module for Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published