Module

std/node/crypto.ts>Hash#update

Deno standard library
Go to Latest
method Hash.prototype.update
import { Hash } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Updates the hash content with the given data.

Parameters

data: string | ArrayBuffer
optional
_encoding: string