#ifndef LOWMC_192_192_4_H #define LOWMC_192_192_4_H #include "lowmc_pars.h" #define LOWMC_192_192_4_N 192 #define LOWMC_192_192_4_M 64 #define LOWMC_192_192_4_R 4 extern const lowmc_t lowmc_192_192_4; #define lowmc_parameters_192_192_4 \ { LOWMC_192_192_4_N, LOWMC_192_192_4_M, LOWMC_192_192_4_R } #define MASK_192_192_64_A_0 UINT64_C(0x9249249249249249) #define MASK_192_192_64_A_1 UINT64_C(0x4924924924924924) #define MASK_192_192_64_A_2 UINT64_C(0x2492492492492492) #define MASK_192_192_64_A_3 UINT64_C(0x0) #define MASK_192_192_64_B_0 UINT64_C(0x2492492492492492) #define MASK_192_192_64_B_1 UINT64_C(0x9249249249249249) #define MASK_192_192_64_B_2 UINT64_C(0x4924924924924924) #define MASK_192_192_64_B_3 UINT64_C(0x0) #define MASK_192_192_64_C_0 UINT64_C(0x4924924924924924) #define MASK_192_192_64_C_1 UINT64_C(0x2492492492492492) #define MASK_192_192_64_C_2 UINT64_C(0x9249249249249249) #define MASK_192_192_64_C_3 UINT64_C(0x0) static const mzd_local_t mask_192_192_64_a[1] = { {{MASK_192_192_64_A_0, MASK_192_192_64_A_1, MASK_192_192_64_A_2, MASK_192_192_64_A_3}}}; static const mzd_local_t mask_192_192_64_b[1] = { {{MASK_192_192_64_B_0, MASK_192_192_64_B_1, MASK_192_192_64_B_2, MASK_192_192_64_B_3}}}; static const mzd_local_t mask_192_192_64_c[1] = { {{MASK_192_192_64_C_0, MASK_192_192_64_C_1, MASK_192_192_64_C_2, MASK_192_192_64_C_3}}}; #endif