Crate indexed_merkle_tree
source ·Structs
- Represents an Indexed Merkle Tree.
- Represents an inner node in the indexed Merkle Tree.
- Represents a leaf node in the indexed Merkle Tree.
- Represents a (classic) cryptographic merkle proof, which is not specific for indexed Merkle Trees.
Enums
- An enum representing the types of nodes in the indexed Merkle Tree.
- Represents the variant of the proof in the indexed Merkle Tree.
Functions
- Updates the position attributes of nodes in a vector.
- Computes the SHA256 hash of the given string.