Constant INPUT_SIZE_LIMIT

Source
pub const INPUT_SIZE_LIMIT: usize = 1024;
Expand description

Each of the modexp length inputs (length_of_BASE, length_of_EXPONENT and length_of_MODULUS) MUST be less than or equal to 8192 bits (1024 bytes).