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

x/dex/lib/deps/hash/sha256.ts>HmacSha256

Dex: An SQL query builder port of Knex for Deno
Latest
class HmacSha256
extends Sha256
import { HmacSha256 } from "https://deno.land/x/dex@1.0.2/lib/deps/hash/sha256.ts";

Constructors

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

Methods

protected
finalize(): void