Skip to content

Commit

Permalink
fix CT_TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
mkannwischer committed Oct 23, 2023
1 parent 782e963 commit f1b9b2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bitsliced_arithmetic.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
#include <simple_arithmetic.h>
#include <echelon_form.h>

#ifdef ENABLE_CT_TESTING
#include <valgrind/memcheck.h>
#endif


// This implements arithmetic for bitsliced vectors of m field elements in Z_2[x]/(x^4+x+1)
// A bitsliced vector is consists of m/32 * 4 consecutive uint32_t's
Expand Down

0 comments on commit f1b9b2d

Please sign in to comment.