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

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

A Hybrid Public Key Encryption (HPKE) module built on top of Web Cryptography API.
Latest
class HkdfSha384Native
extends HkdfNative
import { HkdfSha384Native } 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

48

readonly
id: KdfId

KdfId.HkdfSha384 (0x0002)