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