UNPKG

@wildboar/pkcs

Version:
19 lines (18 loc) 260 B
/** * @summary SecretTypes * @description * * ### ASN.1 Definition: * * ```asn1 * SecretTypes BAG-TYPE ::= { * ... -- For future extensions * } * ``` * * @constant * @type {BAG_TYPE[]} * */ export const SecretTypes = []; /* eslint-enable */