type alias AeadIdimport { type AeadId } from "https://deno.land/x/hpke@1.2.9/mod.ts"; The type alias of the supported AEAD identifiers. definition: AeadId[keyof AeadId]variable AeadIdimport { AeadId } from "https://deno.land/x/hpke@1.2.9/mod.ts"; The supported Authenticated Encryption with Associated Data (AEAD) identifiers.