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