@wildboar/pc
Version:
Trusted Computing Group Platform Certificate ASN.1 data structures in TypeScript
17 lines (16 loc) • 412 B
JavaScript
import * as $ from "@wildboar/asn1/functional";
/**
* @summary Version_v1
* @constant
* @type {number}
*/
export const Version_v1 = 0; /* LONG_NAMED_INTEGER_VALUE */
/**
* @summary Version_v1
* @constant
* @type {number}
*/
export const v1 = Version_v1; /* SHORT_NAMED_INTEGER_VALUE */
export const _decode_Version = $._decodeInteger;
export const _encode_Version = $._encodeInteger;
/* eslint-enable */