pub const MAX_AUNTS: usize = 100;
Expand description

Maximum number of aunts that can be included in a Proof. This corresponds to a tree of size 2^100, which should be sufficient for all conceivable purposes. This maximum helps prevent Denial-of-Service attacks by limiting the size of the proofs.