Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
function chacha20Block
import { chacha20Block } from "https://deno.land/x/chacha20@v0.2.0/chacha20_block/chacha20_block.ts";

Parameters

out: Uint8Array
key: Uint8Array
nonce: Uint8Array
counter: number
optional
state: Uint32Array
optional
initialState: Uint32Array