openSealedBox

Decrypt a sealed box using the recipient's key pair. If decryption fails, return null.

ubyte[]
openSealedBox
(
in ubyte[] cipher
,
)
in { assert (cipher.length > crypto_box_SEALBYTES); }

Meta