Decrypt.
static CL_Secret CL_RSA::decrypt( const CL_Secret & in_private_exponent, const CL_DataBuffer & in_modulus, const CL_DataBuffer & in_data); static CL_Secret CL_RSA::decrypt( const CL_Secret & in_private_exponent, const void * in_modulus, unsigned int in_modulus_size, const void * in_data, unsigned int in_data_size);
Detailed description:
Warning: An exception may be thrown when decrypting if in_data is not valid. Be careful handling this, to prevent "timing attacks"