UNPKG

@wildboar/pki-stub

Version:
17 lines (16 loc) 249 B
/** * @summary SupportedAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * SupportedAlgorithms ALGORITHM ::= {...} * ``` * * @constant * @type {ALGORITHM[]} * */ export const SupportedAlgorithms = []; /* eslint-enable */