Skip to main content
Module

std/node/crypto.ts>hkdf

Deno standard library
Go to Latest
function hkdf
Re-export
import { hkdf } from "https://deno.land/std@0.145.0/node/crypto.ts";

Parameters

hash: string
length: number
callback: (err: Error | null, derivedKey: ArrayBuffer) => void