Skip to main content
Module

x/hmac/mod.ts>HMAC#init

hash-based message authentication code
Latest
method HMAC.prototype.init
import { HMAC } from "https://deno.land/x/hmac@v2.0.1/mod.ts";

Initializes an HMAC instance.

Parameters

key: string | Uint8Array
optional
inputEncoding: string