import { type AeadEncryptionContext } from "https://deno.land/x/hpke@1.2.9/mod.ts";
The AEAD encryption context interface.
Methods
Encrypts data with an initialization vector and additional authenticated data.
x/hpke/mod.ts>AeadEncryptionContext
import { type AeadEncryptionContext } from "https://deno.land/x/hpke@1.2.9/mod.ts";
The AEAD encryption context interface.
Encrypts data with an initialization vector and additional authenticated data.