Skip to main content
Module

x/chacha20_poly1305/deps.ts>chacha20

Authenticated Encryption with Associated Data
Latest
function chacha20
import { chacha20 } from "https://deno.land/x/chacha20_poly1305@v0.2.0/deps.ts";

Parameters

out: Uint8Array
key: Uint8Array
nonce: Uint8Array
counter: number
text: Uint8Array