import { NULL } from "@wildboar/asn1"; import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary mD5Algorithm * @description * * ### ASN.1 Definition: * * ```asn1 * mD5Algorithm ALGORITHM ::= { * PARMS NULL * IDENTIFIED BY {iso(1) member-body(2) us(840) rsadsi(113549) digestAlgorithm(2) md5(5)}} * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const mD5Algorithm: ALGORITHM; //# sourceMappingURL=mD5Algorithm.oa.d.mts.map