Skip to main content
Go to Latest
method DigestContext.prototype.update
import { DigestContext } from "https://deno.land/std@0.145.0/_wasm_crypto/mod.ts";

Update the digest's internal state with the additional input data.

If the data array view is large, it will be split into subarrays (via JavaScript bindings) which will be processed sequentially in order to limit the amount of memory that needs to be allocated in the Wasm heap.