Skip to main content
Module

x/hmac/mod.ts>HMAC#digest

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

Finalize the HMAC with additional message data.

Parameters

optional
outputEncoding: string

Returns

string | Uint8Array