Skip to main content
Module

x/hpke/x/chacha20poly1305/mod.ts

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
import * as hpke from "https://deno.land/x/hpke@1.2.7/x/chacha20poly1305/mod.ts";

Classes

The ChaCha20Poly1305 for HPKE AEAD implementing AeadInterface.