Function merkletree::merkle::get_merkle_tree_len

source ·
pub fn get_merkle_tree_len(leafs: usize, branches: usize) -> Result<usize>
Expand description

FIXME: Ideally this function should be replaced with ‘get_merkle_tree_len_generic’ defined above, since it considers compound and compound-compound trees