Decrypt a message using sender's public key and recipients's private key.
The encrypted ciphertext.
The nonce used for encryption.
The sender's public key.
The recipient's private key.
string | null - The decrypted message or null if decryption fails.
Generated using TypeDoc
Decrypt a message using sender's public key and recipients's private key.