The DHKEM(X448, HKDF-SHA512) for HPKE KEM implementing KemInterface.
This class is implemented using @noble/curves.
The instance of this class can be specified to the CipherSuiteParams as follows:
A Hybrid Public Key Encryption (HPKE) module extension for X448.
The DHKEM(X448, HKDF-SHA512) for HPKE KEM implementing KemInterface.
This class is implemented using @noble/curves.
The instance of this class can be specified to the CipherSuiteParams as follows:
Add Package
deno add jsr:@hpke/dhkem-x448
Import symbol
import { DhkemX448HkdfSha512 } from "@hpke/dhkem-x448";
Import directly with a jsr specifier
import { DhkemX448HkdfSha512 } from "jsr:@hpke/dhkem-x448";
Add Package
pnpm i jsr:@hpke/dhkem-x448
pnpm dlx jsr add @hpke/dhkem-x448
Import symbol
import { DhkemX448HkdfSha512 } from "@hpke/dhkem-x448";
Add Package
yarn add jsr:@hpke/dhkem-x448
yarn dlx jsr add @hpke/dhkem-x448
Import symbol
import { DhkemX448HkdfSha512 } from "@hpke/dhkem-x448";
Add Package
vlt install jsr:@hpke/dhkem-x448
Import symbol
import { DhkemX448HkdfSha512 } from "@hpke/dhkem-x448";
Add Package
npx jsr add @hpke/dhkem-x448
Import symbol
import { DhkemX448HkdfSha512 } from "@hpke/dhkem-x448";
Add Package
bunx jsr add @hpke/dhkem-x448
Import symbol
import { DhkemX448HkdfSha512 } from "@hpke/dhkem-x448";