Skip to main content
Module

std/node/crypto.ts>createHmac

Deno standard library
Go to Latest
function createHmac
import { createHmac } from "https://deno.land/std@0.146.0/node/crypto.ts";

Parameters

hmac: string
key: BinaryLike | KeyObject
optional
options: TransformOptions