UNPKG

cose-kit

Version:

This is an early prototype of a RFC8152 COSE library for node.js.

3 lines (2 loc) 120 B
export declare const pemToCert: (cert: string) => string; export declare const certToPEM: (cert: Uint8Array) => string;