UNPKG

@wildboar/pkcs

Version:
17 lines (16 loc) 436 B
import * as $ from "@wildboar/asn1/functional"; /** * @summary PFX_version_v3 * @constant * @type {number} */ export const PFX_version_v3 = 3; /* LONG_NAMED_INTEGER_VALUE */ /** * @summary PFX_version_v3 * @constant * @type {number} */ export const v3 = PFX_version_v3; /* SHORT_NAMED_INTEGER_VALUE */ export const _decode_PFX_version = $._decodeInteger; export const _encode_PFX_version = $._encodeInteger; /* eslint-enable */