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