class Sha512import { Sha512 } from "https://deno.land/std@0.146.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