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