pub const INPUT_SIZE_LIMIT: usize = 1024;
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).