import { NULL } from "@wildboar/asn1"; import { type DIGEST_ALGORITHM } from "../AlgorithmInformation-2009/DIGEST-ALGORITHM.oca.mjs"; /** * @summary mda_md2 * @description * * ### ASN.1 Definition: * * ```asn1 * mda-md2 DIGEST-ALGORITHM ::= { * IDENTIFIER id-md2 * PARAMS TYPE NULL ARE preferredAbsent * } * ``` * * @constant * @type {DIGEST_ALGORITHM} * @implements {DIGEST_ALGORITHM} */ export declare const mda_md2: DIGEST_ALGORITHM; //# sourceMappingURL=mda-md2.oa.d.mts.map