Skip to main content
Module

x/dynamodb/deps.ts>hmac

deno <3 dynamodb
Latest
function hmac
import { hmac } from "https://deno.land/x/dynamodb@v1.0.0/deps.ts";

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

Parameters

hash: string
key: string | Uint8Array
optional
msg: string | Uint8Array
optional
inputEncoding: string
optional
outputEncoding: string

Returns

string | Uint8Array