import * as mod from "https://deno.land/std@0.220.1/crypto/timing_safe_equal.ts";
Functions
When checking the values of cryptographic hashes are equal, default comparisons can be susceptible to timing based attacks, where attacker is able to find out information about the host system by repeatedly checking response times to equality comparisons of values. |