class Sha1import { Sha1 } from "https://deno.land/x/deno@v0.22.0/std/ws/sha1.ts"; ConstructorsnewSha1(sharedMemory?)Propertiesprivate_block: numberprivate_blocks: Uint32Arrayprivate_bytes: numberprivate_finalized: booleanprivate_h0: numberprivate_h1: numberprivate_h2: numberprivate_h3: numberprivate_h4: numberprivate_hashed: booleanprivate_hBytes: numberprivate_lastByteIndex: numberprivate_start: numberMethodsarray(): number[]arrayBuffer(): ArrayBufferdigest(): number[]finalize(): voidhash(): voidhex(): stringtoString(): stringupdate(data: string | ArrayBuffer | ArrayBufferView): void