Skip to main content
function chacha20
import { chacha20 } from "https://deno.land/x/xchacha20@v0.1.0/deps.ts";

Parameters

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