clementine_core::constants

Constant MAX_NUM_SESSIONS

Source
pub const MAX_NUM_SESSIONS: usize = 2000;
Expand description

The maximum number of nonce sessions that can be stored in the verifier. It is used so that the allsessions do not store too many small (1 nonce) sessions.