You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

6 lines
254 B

import type { Uint8Array_ } from '../types/index.js';
/**
* Takes COSE-encoded public key and converts it to PKCS key
*/
export declare function convertCOSEtoPKCS(cosePublicKey: Uint8Array_): Uint8Array_;
//# sourceMappingURL=convertCOSEtoPKCS.d.ts.map