import { KeyStack } from "https://deno.land/x/oak@v13.2.5/deps.ts";
Given data
and a digest
, verify that one of the keys
provided the
constructor was used to generate the digest
. Returns true
if one of
the keys was used, otherwise false
.