Skip to main content
Module

x/god_crypto/mod.ts>hmac

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Latest
function hmac
Re-export
import { hmac } from "https://deno.land/x/god_crypto@v1.4.11/mod.ts";

Parameters

algorithm: "sha1" | "sha256"
key: Uint8Array | string
data: Uint8Array | string