Skip to main content
Module

x/hmac/mod.ts

hash-based message authentication code
Very Popular
Latest
import * as hmac from "https://deno.land/x/hmac@v2.0.1/mod.ts";

Classes

A class representation of the HMAC algorithm.

Functions

Returns a HMAC of the given msg and key using the indicated hash.

Interfaces

An interface representation of a hash algorithm implementation.