Encrypt a message using sender's private key and recipients's public key.
The message to be encrypted.
The sender's private key.
The recipient's public key.
HexCipher - The encrypted ciphertext and nonce.
Generated using TypeDoc
Encrypt a message using sender's private key and recipients's public key.