Module tendermint::merkle[][src]

Merkle tree used in Tendermint networks

Modules

proof

Merkle proofs

Constants

HASH_SIZE

Size of Merkle root hash

Functions

simple_hash_from_byte_vectors

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

Hash is the output of the cryptographic digest function