pub const NUM_NONCES_LIMIT: u32 = _; // 1_136_363u32
Expand description
The maximum number of nonces that can be generated in a single nonce generation session. A single nonce takes 132 (musig2 secret nonce) bytes. We calculate NUM_NONCES so that a nonce session takes at maximum 150MB.