We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ca703 commit 042369cCopy full SHA for 042369c
test/test_unit.c
@@ -271,6 +271,7 @@ static int shake256_ctx_equals(const test_priv_shake256ctx *ref,
271
#ifdef MLD_USE_FIPS202_X4_NATIVE
272
static int shake_x4_ctx_equals(const uint64_t *ref_ctx, const uint64_t *dut_ctx)
273
{
274
+ int ch;
275
#if defined(MLD_USE_FIPS202_X4_XOR_NATIVE)
276
uint64_t dut_inter[MLD_KECCAK_WAY][MLD_KECCAK_LANES];
277
unpack_x4_native(dut_inter, dut_ctx);
@@ -738,6 +739,7 @@ static int test_x4_extract_bytes(void)
738
739
static int test_x4_permute(void)
740
741
int fails = 0;
742
743
744
/* Testcase 1: first channel all 0x5555..., others zero */
745
0 commit comments