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