Skip to content

Commit

Permalink
Update CT files [full tests] [extended tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
  • Loading branch information
bhess committed Jan 21, 2025
1 parent 1eebf31 commit fbbee3e
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions tests/constant_time/kem/passes/ml_kem
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
Rejection sampling to produce public "A" matrix
The parts of sk being hashed and compared here are public.
Memcheck:Cond
fun:rej_uniform
fun:pqcrystals_ml_kem*_ref_gen_matrix
fun:pqcrystals_ml_kem*_ref_indcpa_*
fun:PQCP_MLKEM_NATIVE_MLKEM*_check_sk
fun:PQCP_MLKEM_NATIVE_MLKEM*_dec
}
{
Rejection sampling to produce public "A" matrix
The parts of sk being hashed and compared here are public.
Memcheck:Cond
fun:bcmp
fun:PQCP_MLKEM_NATIVE_MLKEM*_check_sk
fun:PQCP_MLKEM_NATIVE_MLKEM*_dec
}
{
<insert_a_suppression_name_here>
Memcheck:Cond
...
fun:pqcrystals_ml_kem*_avx2_gen_matrix
fun:pqcrystals_ml_kem*_avx2_indcpa_*
fun:PQCP_MLKEM_NATIVE_MLKEM*_gen_matrix
fun:PQCP_MLKEM_NATIVE_MLKEM*_indcpa_*
}
{
Rejection sampling to produce public "A" matrix
<insert_a_suppression_name_here>
Memcheck:Value8
...
fun:pqcrystals_ml_kem*_avx2_gen_matrix
fun:pqcrystals_ml_kem*_avx2_indcpa_*
fun:PQCP_MLKEM_NATIVE_MLKEM*_gen_matrix
fun:PQCP_MLKEM_NATIVE_MLKEM*_indcpa_*
}

0 comments on commit fbbee3e

Please sign in to comment.