-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document Falcon constant time errors.
- Loading branch information
1 parent
62e2ec6
commit 56881be
Showing
3 changed files
with
25 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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
<insert_a_suppression_name_here> | ||
Memcheck:Cond | ||
src:sign.c:1226 | ||
# fun:PQCLEAN_FALCON*_AVX2_sampler | ||
fun:ffSampling_fft_dyntree | ||
} | ||
|
||
{ | ||
<insert_a_suppression_name_here> | ||
Memcheck:Cond | ||
src:sign.c:1140 | ||
# fun:BerExp | ||
fun:PQCLEAN_FALCON*_AVX2_sampler | ||
} |