import { ShakeOutputLen } from "../AlgorithmObjectIdentifiers/ShakeOutputLen.ta.mjs"; import { type ALGORITHM } from "../AuthenticationFramework/ALGORITHM.oca.mjs"; /** * @summary shake128_len * @description * * ### ASN.1 Definition: * * ```asn1 * shake128-len ALGORITHM ::= { * PARMS ShakeOutputLen * IDENTIFIED BY id-shake128-len } * ``` * * @constant * @type {ALGORITHM} * @implements {ALGORITHM} */ export declare const shake128_len: ALGORITHM; //# sourceMappingURL=shake128-len.oa.d.mts.map