UNPKG

@simplewebauthn/server

Version:
5 lines 198 B
/** * Takes COSE-encoded public key and converts it to PKCS key */ export declare function convertCOSEtoPKCS(cosePublicKey: Uint8Array): Uint8Array; //# sourceMappingURL=convertCOSEtoPKCS.d.ts.map