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.
Decrypted message as string or false if decryption is unsuccessful.
Wrapper around nacl.box.open. Authenticated decryption of an encrypted message.