Skip to main content
Module

std/node/crypto.ts>Hash#update

Deno standard library
Go to Latest
method Hash.prototype.update
Re-export
import { Hash } from "https://deno.land/std@0.166.0/node/crypto.ts";

Updates the hash content with the given data.

Parameters

data: string | ArrayBuffer
optional
_encoding: string