lockBox

Encrypt and sign message using public key cryptography. The message is encrypted using the public key of the recipient (pk) and signed with the private key of the sender (sk).

lockBox
(
in ubyte[] message
,,)

Meta