Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method DigestContext.prototype.reset
import { DigestContext } from "https://deno.land/std@0.176.0/crypto/_wasm/mod.ts";

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.)