Files
TK-FB-Project/api.hyungi.net/node_modules/@simplewebauthn/server/esm/helpers/convertCOSEtoPKCS.d.ts

5 lines
198 B
TypeScript

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