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