Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Public Member Functions | |
bytes | hash (self, bytes left, bytes right) |
Abstract interface for a hash function to be used in a Merkle tree structure.
Definition at line 17 of file merkle_tree.py.
bytes zeth.core.merkle_tree.ITreeHash.hash | ( | self, | |
bytes | left, | ||
bytes | right | ||
) |
Reimplemented in zeth.core.mimc.MiMCBase.
Definition at line 24 of file merkle_tree.py.