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