Skip to main content
Module

std/crypto/timing_safe_equal.ts

The Deno Standard Library
Go to Latest
import * as mod from "https://deno.land/std@0.223.0/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.