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