UNPKG

@wildboar/pkcs

Version:
15 lines (14 loc) 236 B
/** * @summary pkcs15_ub_storedPinLength * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-ub-storedPinLength INTEGER ::= 64 * ``` * * @constant */ export const pkcs15_ub_storedPinLength = 64; /* eslint-enable */