UNPKG

@wildboar/pkcs

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