Go to Latest
method crypto.DigestContext.prototype.reset
import { crypto } from "https://dotland.deno.dev/std@0.113.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.)