Constants§
Functions§
- decrypt_
bytes - Decrypts a message encrypted with
encrypt_bytesusing the recipient’s X25519 private key. - encrypt_
bytes - Encrypts a message for a recipient using X25519 key agreement and XChaCha20Poly1305 authenticated encryption.