Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 305 Bytes

File metadata and controls

executable file
·
12 lines (9 loc) · 305 Bytes

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))