/* * This file is part of the optimized implementation of the Picnic signature scheme. * See the accompanying documentation for complete details. * * The code is provided under the MIT license, see LICENSE for * more details. * SPDX-License-Identifier: MIT */ #include "lowmc_fns_undef.h" #define ADDMUL mzd_addmul_v_s256_256 #define MUL mzd_mul_v_s256_256 #define XOR mzd_xor_s256_256 #define COPY mzd_copy_s256_256 #define MPC_MUL mpc_matrix_mul_s256_256 #if defined(WITH_LOWMC_255_255_4) #define LOWMC_INSTANCE lowmc_255_255_4 #define LOWMC_N LOWMC_255_255_4_N #define LOWMC_R LOWMC_255_255_4_R #define LOWMC_M LOWMC_255_255_4_M #endif