Module

std/node/crypto.ts>hkdf

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

Parameters

hash: string
length: number
callback: (err: Error | null, derivedKey: ArrayBuffer) => void
import hkdf
import { hkdf } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";