Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.27.0/js/hash.ts";

Parameters

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

Returns

Promise<Uint8Array>