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

x/hpke/src/kdfs/hkdf.ts>HkdfSha256Native

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

Properties

protected
readonly
algHash: HmacKeyGenParams

The parameters for Web Cryptography API

readonly
hashSize: number

32

readonly
id: KdfId

KdfId.HkdfSha256 (0x0001)