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