twenty-first 2.0.2

Collection of mathematics routines and cryptography for the twenty-first century.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod mmr_accumulator;
pub mod mmr_membership_proof;
pub mod mmr_successor_proof;
pub mod mmr_trait;
pub mod shared_advanced;
pub mod shared_basic;

#[cfg(test)]
#[cfg_attr(coverage_nightly, coverage(off))]
pub(crate) mod archival_mmr;

const TOO_MANY_LEAFS_ERR: &str =
    "internal error: Merkle Mountain Ranges should have at most 2^63 leafs";