Skip to main content
Module

std/hash/md5.ts>Md5#update

Deno standard library
Go to Latest
method Md5.prototype.update
import { Md5 } from "https://deno.land/std@0.59.0/hash/md5.ts";

Update internal state

Parameters

data: Message

data to update, data cannot exceed 2^32 bytes