Constant dalek_rangeproofs::RANGEPROOF_MAX_N [] [src]

pub const RANGEPROOF_MAX_N: usize = 41

The maximum allowed bound for the rangeproof. Currently this is set to 41, because we only implement conversion to base 3 digits for u64s, and 341 is the least power of 3 greater than 2^64.