Skip to main content
Module

x/hpke/mod.ts>CipherSuiteParams

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

The parameters used to configure the CipherSuite.

Properties

The KEM (Key Encapsulation Mechanism) identifier or the KEM object.

The KDF (Key Derivation Function) identifier or the KDF object.

The AEAD (Authenticated Encryption with Addtional Data) identifier or the AEAD object.