import { NULL } from "@wildboar/asn1"; import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary sha1Algorithm * @description * * ### ASN.1 Definition: * * ```asn1 * sha1Algorithm ALGORITHM ::= { * PARMS NULL * IDENTIFIED BY id-sha1 } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const sha1Algorithm: ALGORITHM; //# sourceMappingURL=sha1Algorithm.oa.d.mts.map