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