UNPKG

@wildboar/pkcs

Version:
23 lines (22 loc) 515 B
import { DigestAlgorithms_Union0_Intersection0_Element } from "../PKCS-15/DigestAlgorithms-Union0-Intersection0-Element.oa.mjs"; /** * @summary DigestAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * DigestAlgorithms ALGORITHM-IDENTIFIER ::= { * {NULL IDENTIFIED BY sha-1}, * ... -- For future extensions * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export const DigestAlgorithms = [ DigestAlgorithms_Union0_Intersection0_Element, ]; /* eslint-enable */