diff options
Diffstat (limited to 'test/bn_c256_test.cpp')
-rw-r--r-- | test/bn_c256_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bn_c256_test.cpp b/test/bn_c256_test.cpp index bc24189..2ce8516 100644 --- a/test/bn_c256_test.cpp +++ b/test/bn_c256_test.cpp @@ -1,6 +1,6 @@ #include <mcl/bn256.hpp> using namespace mcl::bn256; #define MCLBN_DEFINE_STRUCT -#define MCLBN_MAX_OP_UNIT_SIZE 4 +#define MCLBN_FP_UNIT_SIZE 4 #include "bn_c_test.hpp" |