Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hpke/src/identifiers.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/src/identifiers.ts";

Variables

v
Aead
deprecated

The supported Authenticated Encryption with Associated Data (AEAD) identifiers.

The supported Authenticated Encryption with Associated Data (AEAD) identifiers.

v
Kdf
deprecated

The supported Key Derivation Function (KDF) identifiers.

The supported Key Derivation Function (KDF) identifiers.

v
Kem
deprecated

The supported Key Encapsulation Mechanism (KEM) identifiers.

The supported Key Encapsulation Mechanism (KEM) identifiers.

The supported HPKE modes.

Type Aliases

T
Aead
deprecated

The type alias of the supported AEAD identifiers.

The type alias of the supported AEAD identifiers.

T
Kdf
deprecated

The type alias of the supported KDF identifiers.

The type alias of the supported KDF identifiers.

T
Kem
deprecated

The type alias of the supported KEM identifiers.

The type alias of the supported KEM identifiers.

The type alias of the supported HPKE modes.