import { type CipherSuiteParams } from "https://deno.land/x/hpke@1.2.9/core/mod.ts";
The parameters used to configure the CipherSuite
.
Properties
kem: KemId | KemInterface
The KEM (Key Encapsulation Mechanism) identifier or the KEM object.
kdf: KdfId | KdfInterface
The KDF (Key Derivation Function) identifier or the KDF object.
aead: AeadId | AeadInterface
The AEAD (Authenticated Encryption with Addtional Data) identifier or the AEAD object.