Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keygrip/deps.ts>HmacSha256

A keygrip implementation in Deno
Latest
class HmacSha256
extends Sha256
import { HmacSha256 } from "https://deno.land/x/keygrip@v2.0.0/deps.ts";

Constructors

new
HmacSha256(
secretKey: Message,
is224?,
sharedMemory?,
)

Methods

protected
finalize(): void