tree_hash_count

Function tree_hash_count 

Source
fn tree_hash_count(count: usize) -> Result<usize>
Expand description

Round down to power of two. Should error for count < 3 or if the count is unreasonably large for tree hash calculations.