Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/hash/sha256.ts>HmacSha256

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class HmacSha256
extends Sha256
import { HmacSha256 } from "https://deno.land/std@v0.59.0/hash/sha256.ts";

Constructors

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

Methods

protected
finalize(): void