method Hash.prototype.updateimport { Hash } from "https://dotland.deno.dev/std@0.110.0/node/crypto.ts"; update(data: string | ArrayBuffer, _encoding?: string): thisUpdates the hash content with the given data. Updates the hash content with the given data. Parametersdata: string | ArrayBufferoptional_encoding: stringReturnsthis