Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/crypto/hmac.ts>hmac

🔐 Fastest crypto library for Deno written in pure Typescript. AES, Blowfish, CAST5, DES, 3DES, HMAC, HKDF, PBKDF2
Latest
function hmac
import { hmac } from "https://deno.land/x/crypto@v0.10.1/hmac.ts";

RFC 2104 Keyed Hash Message Authentication Code (HMAC)

Parameters

key: Uint8Array
data: Uint8Array

Returns

Uint8Array