UNPKG

@wildboar/pkcs

Version:
23 lines (22 loc) 553 B
import { PKCS1MGFAlgorithms_Union0_Intersection0_Element } from "../PKCS-1/PKCS1MGFAlgorithms-Union0-Intersection0-Element.oa.mjs"; /** * @summary PKCS1MGFAlgorithms * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS1MGFAlgorithms ALGORITHM-IDENTIFIER ::= { * { OID id-mgf1 PARAMETERS HashAlgorithm }, * ... -- Allows for future expansion -- * } * ``` * * @constant * @type {ALGORITHM_IDENTIFIER[]} * */ export const PKCS1MGFAlgorithms = [ PKCS1MGFAlgorithms_Union0_Intersection0_Element, ]; /* eslint-enable */