import { KeyStack } from "https://deno.land/std@0.220.1/crypto/unstable_keystack.ts";
Given data
and a digest
, return the current index of the key in the
keys
passed the constructor that was used to generate the digest. If no
key can be found, the method returns -1
.
Parameters
data: Data