Expand description
Merkle tree used in Tendermint networks
Re-exports§
Modules§
- Merkle proofs
Structs§
- A wrapper for platform-provided host functions which can’t do incremental hashing. One unfortunate example of such platform is Polkadot.
Traits§
- Implementation of Merkle tree hashing for Tendermint.
Functions§
- Compute a simple Merkle root from vectors of arbitrary byte vectors. The leaves of the tree are the bytes of the given byte vectors in the given order.
Type Aliases§
- Hash is the output of the cryptographic digest function