Go to Latest
method Hash.prototype.update
import { Hash } from "https://dotland.deno.dev/std@0.146.0/node/internal/crypto/hash.ts";

Updates the hash content with the given data.

Parameters

data: string | ArrayBuffer
optional
_encoding: string