Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions out/test-libcrux-no-const/libcrux_sha3_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ static KRML_MUSTINLINE void chi_80_a6(Eurydice_arr_05 *self)
core_option_Option_08);
if (uu____0.tag == core_option_None)
{
return;
break;
}
else
{
Expand All @@ -1676,10 +1676,11 @@ static KRML_MUSTINLINE void chi_80_a6(Eurydice_arr_05 *self)
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)2U) % (size_t)5U }))[0U],
index_c2_a6(&old,
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)1U) % (size_t)5U }))[0U])););
continue;
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}

/**
Expand Down
7 changes: 4 additions & 3 deletions out/test-libcrux-no-const/libcrux_sha3_portable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1582,7 +1582,7 @@ KRML_MUSTINLINE void libcrux_sha3_generic_keccak_chi_80_04(Eurydice_arr_26 *self
core_option_Option_08);
if (uu____0.tag == core_option_None)
{
return;
break;
}
else
{
Expand All @@ -1601,10 +1601,11 @@ KRML_MUSTINLINE void libcrux_sha3_generic_keccak_chi_80_04(Eurydice_arr_26 *self
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)2U) % (size_t)5U }))[0U],
libcrux_sha3_generic_keccak_index_c2_04(&old,
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)1U) % (size_t)5U }))[0U])););
continue;
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}

/**
Expand Down
7 changes: 4 additions & 3 deletions out/test-libcrux/libcrux_sha3_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@ static KRML_MUSTINLINE void chi_80_a6(Eurydice_arr_05 *self)
core_option_Option_08);
if (uu____0.tag == core_option_None)
{
return;
break;
}
else
{
Expand All @@ -1676,10 +1676,11 @@ static KRML_MUSTINLINE void chi_80_a6(Eurydice_arr_05 *self)
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)2U) % (size_t)5U }))[0U],
index_c2_a6(&old,
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)1U) % (size_t)5U }))[0U])););
continue;
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}

/**
Expand Down
7 changes: 4 additions & 3 deletions out/test-libcrux/libcrux_sha3_portable.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ KRML_MUSTINLINE void libcrux_sha3_generic_keccak_chi_80_04(Eurydice_arr_26 *self
core_option_Option_08);
if (uu____0.tag == core_option_None)
{
return;
break;
}
else
{
Expand All @@ -1604,10 +1604,11 @@ KRML_MUSTINLINE void libcrux_sha3_generic_keccak_chi_80_04(Eurydice_arr_26 *self
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)2U) % (size_t)5U }))[0U],
libcrux_sha3_generic_keccak_index_c2_04(&old,
(KRML_CLITERAL(size_t_x2){ .fst = i0, .snd = (j + (size_t)1U) % (size_t)5U }))[0U])););
continue;
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}
KRML_HOST_EPRINTF("KaRaMeL abort at %s:%d\n%s\n", __FILE__, __LINE__, "panic!");
KRML_HOST_EXIT(255U);
}

/**
Expand Down