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

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.