Skip to main content
function chacha20poly1305Seal
import { chacha20poly1305Seal } from "https://deno.land/x/xchacha20_poly1305@v0.2.0/deps.ts";

Parameters

key: Uint8Array
nonce: Uint8Array
plaintext: Uint8Array
aad: Uint8Array

Returns

null | { ciphertext: Uint8Array; tag: Uint8Array; aad: Uint8Array; }