import { OBJECT_IDENTIFIER } from "@wildboar/asn1"; /** * @summary dsa_with_sha224 * @description * * ### ASN.1 Definition: * * ```asn1 * dsa-with-sha224 OBJECT IDENTIFIER ::= { * joint-iso-ccitt(2) country(16) us(840) organization(1) gov(101) * csor(3) algorithms(4) id-dsa-with-sha2(3) 1 } * ``` * * @constant */ export declare const dsa_with_sha224: OBJECT_IDENTIFIER; //# sourceMappingURL=dsa-with-sha224.va.d.mts.map