UNPKG

@wildboar/pc

Version:

Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript

15 lines (14 loc) 183 B
/** * @summary urimax * @description * * ### ASN.1 Definition: * * ```asn1 * urimax INTEGER ::= 1024 * ``` * * @constant */ export const urimax = 1024; /* eslint-enable */