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
,,,)

Meta