Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/somefn/js/hash.ts>hmac

some functions for deno
Go to Latest
function hmac
import { hmac } from "https://deno.land/x/somefn@v0.20.0/js/hash.ts";

Parameters

key: { hash: "SHA-1" | "SHA-256" | "SHA-512"; s: string | Uint8Array; } | CryptoKey
d: string | Uint8Array