Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method Keygrip.prototype.compare
import { Keygrip } from "https://deno.land/x/cookies@1.0.0/deps.ts";

Timing safe compare using Brad Hill's Double HMAC pattern

Parameters

a: string

Digested data a

b: string

Digested data b

Returns

boolean