class Spongeimport { Sponge } from "https://deno.land/std@0.115.0/hash/_sha3/sponge.ts"; Sponge construction ConstructorsnewSponge(option: SpongeOption)Methodsprivatepad(): voidApplies padding to internal state protectedsqueeze(length: number): Uint8ArraySqueezes internal state digest(): ArrayBufferReturns the hash in ArrayBuffer toString(format?: "hex"): stringReturns the hash in given format update(data: Message): thisUpdates internal state by absorbing