pub const MAX_NUM_SESSIONS: usize = 2000;
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.