Wrapper around nacl.box. Authenticated encryption of a message for a recipient's public key.
String or byte array to be encrypted.
Public key of the recipient. The owner will be able to decrypt the message.
Private key of the sender. Necessary to authenticate the message during decryption.
Encrypted message and nonce used for encryption.
Wrapper around nacl.box. Authenticated encryption of a message for a recipient's public key.