import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary id_sha512_224 * @description * * ### ASN.1 Definition: * * ```asn1 * id-sha512-224 ID ::= { hashAlgs 5 } * ``` * * @constant */ export declare const id_sha512_224: ID; //# sourceMappingURL=id-sha512-224.va.d.mts.map