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