Skip to main content
The Deno 2 Release Candidate is here
Learn more
function chacha20
import { chacha20 } from "https://deno.land/x/chacha20@v0.2.0/mod.ts";

Parameters

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