UNPKG

@wildboar/pkcs

Version:
15 lines (14 loc) 225 B
/** * @summary pkcs15_lb_minPinLength * @description * * ### ASN.1 Definition: * * ```asn1 * pkcs15-lb-minPinLength INTEGER ::= 4 * ``` * * @constant */ export const pkcs15_lb_minPinLength = 4; /* eslint-enable */