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

Parameters

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

Returns

null | Uint8Array