Functions§
- check_
aux_ 🔒chains - cn_
fast_ hash - Returns the Keccak 256 hash of the byte input
- cn_
fast_ hash2 - Returns the Keccak 256 hash of 2 hashes
- create_
blockhashing_ blob - Creates a hex-encoded Monero blockhashing_blob
- create_
merkle_ proof - Creates a Merkle proof for the given hash within the set of hashes. This function returns None if the hash is not in hashes. This is a port of Monero’s tree_branch function.
- tree_
hash - Tree hash algorithm in Monero
- tree_
hash_ 🔒count - Round down to power of two. Should error for count < 3 or if the count is unreasonably large for tree hash calculations.