Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hpke/src/kdfs/hkdfSha256.ts>HkdfSha256

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
class HkdfSha256
import { HkdfSha256 } from "https://deno.land/x/hpke@1.2.9/src/kdfs/hkdfSha256.ts";

Methods

extract(salt: ArrayBuffer, ikm: ArrayBuffer): Promise<ArrayBuffer>