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

Resolve the index of which key was used to digest specified data.

Parameters

data: string

Data to digest

digest: string

Digested hash to compare against

Returns

number