|
Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
Classes | |
| class | ITreeHash |
| class | MerkleTree |
| class | MerkleTreeData |
| class | PersistentMerkleTree |
Functions | |
| List[str] | compute_merkle_path (int address, MerkleTree mk_tree) |
Variables | |
| ZERO_ENTRY | |
| List[str] zeth.core.merkle_tree.compute_merkle_path | ( | int | address, |
| MerkleTree | mk_tree | ||
| ) |
Given an "address" (index into leaves of a Merkle tree), compute the path to the root.
Definition at line 188 of file merkle_tree.py.

| zeth.core.merkle_tree.ZERO_ENTRY |
Definition at line 13 of file merkle_tree.py.
1.8.17