UNPKG

@wildboar/pkcs

Version:
18 lines (17 loc) 300 B
/** * @summary PKInfoAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PKInfoAlgorithms ALGORITHM ::= { * ... -- add any locally defined algorithms here -- } * ``` * * @constant * @type {ALGORITHM[]} * */ export const PKInfoAlgorithms = []; /* eslint-enable */