-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CT files [full tests] [extended tests]
Signed-off-by: Basil Hess <bhe@zurich.ibm.com>
- Loading branch information
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_* | ||
} |