Skip to main content
Module

std/node/crypto.ts>hkdfSync

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

Parameters

hash: string
key: BinaryLike | KeyObject
salt: BinaryLike
info: BinaryLike
length: number