Wrapper around nacl.box.open. Authenticated decryption of an encrypted message.
Decrypted message or false if decryption is unsuccessful.
Object containing encrypted message and nonce used for encryption.
Public key of the sender. Necessary to authenticate the message during decryption.
Private key of the recipient. Required for decryption.
Wrapper around nacl.box.open. Authenticated decryption of an encrypted message.
Returns
Decrypted message or false if decryption is unsuccessful.