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