Perform the decryption of a message in respect with the RSA scheme.
[R] = NL_S_RSADecryption(N,D,M)
Modulus.
Private exponent.
Encrypted message.
Decrypted message.
NL_S_RSADecryption performs the decryption R of the encrypted message M in respect with the RSA scheme (WIKIPEDIA). N and D form the public key.