sealBox

Anonymously encrypt a message using the recipients public key. A new key pair is generated for each invocation, so a nonce isn't needed.

ubyte[]
sealBox
(
in ubyte[] message
,)

Meta