Skip to main content
Module

x/chacha20_poly1305/poly1305_keygen/poly1305_keygen.ts>poly1305KeyGen

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

Parameters

key: Uint8Array
nonce: Uint8Array

Returns

Uint8Array