UNPKG

@wildboar/pkcs

Version:
18 lines 672 B
import { type ALGORITHM_IDENTIFIER } from "../PKCS-1/ALGORITHM-IDENTIFIER.oca.mjs"; import { HashAlgorithm } from "../PKCS-1/HashAlgorithm.ta.mjs"; /** * @summary PKCS1MGFAlgorithms_Union0_Intersection0_Element * @description * * ### ASN.1 Definition: * * ```asn1 * PKCS1MGFAlgorithms-Union0-Intersection0-Element ::= {} -- REMOVED_FROM_UNNESTING -- * ``` * * @constant * @type {ALGORITHM_IDENTIFIER<HashAlgorithm>} * @implements {ALGORITHM_IDENTIFIER<HashAlgorithm>} */ export declare const PKCS1MGFAlgorithms_Union0_Intersection0_Element: ALGORITHM_IDENTIFIER<HashAlgorithm>; //# sourceMappingURL=PKCS1MGFAlgorithms-Union0-Intersection0-Element.oa.d.mts.map