class Sha256import { Sha256 } from "https://dotland.deno.dev/std@0.110.0/hash/sha256.ts"; ConstructorsnewSha256(is224?, sharedMemory?)Methodsprotectedfinalize(): voidprotectedhash(): voidprotectedinit(is224: boolean, sharedMemory: boolean): voidarray(): number[]Return hash in integer array. arrayBuffer(): ArrayBufferReturn hash in ArrayBuffer. digest(): number[]Return hash in integer array. hex(): stringReturn hash in hex string. toString(): stringReturn hash in hex string. update(message: Message): thisUpdate hash