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

Parameters

key: Uint8Array
nonce: Uint8Array
ciphertext: Uint8Array
aad: Uint8Array
receivedTag: Uint8Array

Returns

null | Uint8Array