import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary id_hmacWithSHA224 * @description * * ### ASN.1 Definition: * * ```asn1 * id-hmacWithSHA224 ID ::= { digestAlgorithm 8 } * ``` * * @constant */ export declare const id_hmacWithSHA224: ID; //# sourceMappingURL=id-hmacWithSHA224.va.d.mts.map