Opens (decrypts) and processes a given message from a specified sender. Note that only curve keys can open a payload.
The message to be opened and processed.
The sender of the message.
Returns the processed message as a Uint8Array if successful, or null if the operation fails.
Seals (encrypts) the provided input data with the recipient's public key and an optional nonce. Note that only curve keys can seal a payload.
The data to be encrypted.
The recipient's identifier or public key.
Optional
nonce: Uint8ArrayAn optional nonce to use in the encryption process.
The encrypted data.
Clears the secret stored in the keypair. After clearing a keypair cannot be used or recovered.