encryptLockBox

Encrypt a message using a public key for the recipient (pk) and signed with the private key of the sender sk.

ubyte[]
encryptLockBox
(
in ubyte[] message
,
in Nonce nonce
,
in PublicKey pk
,
in PrivateKey sk
)

Meta