fn assert_mmr_size_is_valid(x: usize) -> Result<(), VerifyError>Expand description
Validates that an MMR size can be decomposed into distinct peaks of the form (2^k - 1).
fn assert_mmr_size_is_valid(x: usize) -> Result<(), VerifyError>Validates that an MMR size can be decomposed into distinct peaks of the form (2^k - 1).