Skip to main content
Go to Latest
method crypto.DigestContext.prototype.reset
import { crypto } from "https://deno.land/std@0.116.0/_wasm_crypto/mod.ts";
const { DigestContext } = crypto;

Resets this context to its initial state, as though it has not yet been provided with any input data. (It will still use the same algorithm.)