Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 220 Bytes

File metadata and controls

11 lines (8 loc) · 220 Bytes

groestlcoin-hash-python

This package implements the hashing algorithm used by Groestlcoin.

Usage

    import groestlcoin_hash
    data = '\x00'
    digest = groestlcoin_hash.getHash(data, len(data))