5 lines
198 B
TypeScript
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
|