Constant UTREEXO_ACC_SIZE

Source
const UTREEXO_ACC_SIZE: usize = _; // 2_056usize
Expand description

How long an accumulator is.

Worst case, we have 64 roots, each with 32 bytes, and a 64 bits integer for the number of leaves. So 32 * 64 + 8 = 2048 + 8 = 2056 bytes