Skip to main content
Module

std/hash/sha512.ts>HmacSha512

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

Constructors

new
HmacSha512(
secretKey: Message,
bits?,
sharedMemory?,
)

Methods

protected
finalize(): void