Skip to main content
Module

x/hmac/mod.ts>HMAC#update

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

Update the HMAC with additional message data.

Parameters

optional
msg: string | Uint8Array = [UNSUPPORTED]
optional
inputEncoding: string