Function tendermint::merkle::simple_hash_from_byte_vectors[][src]

pub fn simple_hash_from_byte_vectors(byte_vecs: Vec<Vec<u8>>) -> Hash

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.