Skip to main content
Module

x/hpke/mod.ts>Kdf

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

Use KdfId instead.

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

The type alias of the supported KDF identifiers.

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

Use KdfId instead.

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

The supported Key Derivation Function (KDF) identifiers.

type

{ HkdfSha256: number; HkdfSha384: number; HkdfSha512: number; }