UNPKG

cose-kit

Version:

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

10 lines (9 loc) 326 B
export declare const LABEL: Map<number, string>; export declare const KEY_TYPE_LABELS: { [k: string]: Map<number, string> | undefined; }; export declare const COSE_LABEL: Map<string, number>; export declare const COSE_KEY_TYPE_LABELS: { [k: string]: Map<string, number>; }; export declare const BufferTypes: string[];