Module tendermint::merkle

source ·
Expand description

Merkle tree used in Tendermint networks

Re-exports

Modules

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 Definitions

  • Hash is the output of the cryptographic digest function