import { ID } from "../AlgorithmObjectIdentifiers/ID.ta.mjs"; /** * @summary sha224WithRSAEncryption * @description * * ### ASN.1 Definition: * * ```asn1 * sha224WithRSAEncryption ID ::= { pkcs-1 sha224WithRSAEncryption(14) } * ``` * * @constant */ export declare const sha224WithRSAEncryption: ID; //# sourceMappingURL=sha224WithRSAEncryption.va.d.mts.map