Skip to main content
Module

x/hpke/mod.ts>Kem

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
type alias Kem
Deprecated
Deprecated

Use KdfId instead.

import { type Kem } from "https://deno.land/x/hpke@1.2.7/mod.ts";

The type alias of the supported KEM identifiers.

deprecated
definition: Kem[keyof Kem]
variable Kem
Deprecated
Deprecated

Use KdfId instead.

import { Kem } from "https://deno.land/x/hpke@1.2.7/mod.ts";

The supported Key Encapsulation Mechanism (KEM) identifiers.

type

{ NotAssigned: number; DhkemP256HkdfSha256: number; DhkemP384HkdfSha384: number; DhkemP521HkdfSha512: number; DhkemSecp256k1HkdfSha256: number; DhkemX25519HkdfSha256: number; DhkemX448HkdfSha512: number; HybridkemX25519Kyber768: number; }