import { PublicKey } from "https://deno.land/x/fido2@3.5.3/lib/keyUtils.js";
Import public key from COSE data. Throws on any type of failure.
Internally this function converts COSE to a JWK, then calls .fromJwk() to import key to CryptoKey
import { PublicKey } from "https://deno.land/x/fido2@3.5.3/lib/keyUtils.js";
Import public key from COSE data. Throws on any type of failure.
Internally this function converts COSE to a JWK, then calls .fromJwk() to import key to CryptoKey