Skip to main content
Module

std/crypto/mod.ts>timingSafeEqual

Deno standard library
Go to Latest
function timingSafeEqual
Re-export
import { timingSafeEqual } from "https://deno.land/std@0.174.0/crypto/mod.ts";

Compare to array buffers or data views in a way that timing based attacks cannot gain information about the platform.

Parameters

a: ArrayBufferView | ArrayBufferLike | DataView
b: ArrayBufferView | ArrayBufferLike | DataView

Returns

boolean