import { HashAlgorithm } from "../PKIX1-PSS-OAEP-Algorithms-2009/HashAlgorithm.ta.mjs"; /** * @summary sha1Identifier * @description * * ### ASN.1 Definition: * * ```asn1 * sha1Identifier HashAlgorithm ::= { * algorithm id-sha1, * parameters NULL : NULL * } * ``` * * @constant */ export declare const sha1Identifier: HashAlgorithm; //# sourceMappingURL=sha1Identifier.va.d.mts.map