import { calculateJwkThumbprint } from "https://deno.land/x/faster@v11.7/vendor/jose/jwk/thumbprint.ts";
Calculates a base64url-encoded JSON Web Key (JWK) Thumbprint
This function is exported (as a named export) from the main 'jose'
module entry point as well
as from its subpath export 'jose/jwk/thumbprint'
.
Parameters
jwk: JWK
JSON Web Key.