Skip to main content
Module

std/node/crypto.ts>Hash#update

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method Hash.prototype.update
Re-export
import { Hash } from "https://deno.land/std@0.167.0/node/crypto.ts";

Updates the hash content with the given data.

Parameters

data: string | ArrayBuffer
optional
_encoding: string