Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
class HmacSha256
extends Sha256
import { HmacSha256 } from "https://deno.land/x/denjucks@1.1.1/src/deps/path/std/hash/sha256.ts";

Constructors

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

Methods

protected
finalize(): void