void updateKey ( ap_uint <N> inputModulus, ap_uint <L> inputExponent ) Update key before use it to encrypt message. Parameters: inputModulus Modulus in RSA public key. inputExponent Exponent in RSA public key or private key.