class Sha512import { Sha512 } from "https://dotland.deno.dev/std@0.116.0/hash/sha512.ts"; ConstructorsnewSha512(bits?, sharedMemory?)Methodsprotectedfinalize(): voidprotectedhash(): voidprotectedinit(bits: number, sharedMemory: boolean): voidarray(): number[]arrayBuffer(): ArrayBufferdigest(): number[]hex(): stringtoString(): stringupdate(message: Message): this