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

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

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

64

readonly
id: KdfId

KdfId.HkdfSha512 (0x0003)