Skip to main content
Module

std/hash/sha256.ts>HmacSha256

Deno standard library
Go to Latest
class HmacSha256
extends Sha256
import { HmacSha256 } from "https://deno.land/std@0.82.0/hash/sha256.ts";

Constructors

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

Methods

protected
finalize(): void