Skip to main content
Go to Latest
method Hash.prototype.update
import { Hash } from "https://deno.land/std@0.145.0/node/internal/crypto/hash.ts";

Updates the hash content with the given data.

Parameters

data: string | ArrayBuffer
optional
_encoding: string