parent
0de2e4c1a1
commit
ce6ad74541
@ -1,6 +1,6 @@ |
|||||||
#include <mcl/bn256.hpp> |
#include <mcl/bn256.hpp> |
||||||
using namespace mcl::bn256; |
using namespace mcl::bn256; |
||||||
#define MCLBN_DEFINE_STRUCT |
#define MCLBN_DEFINE_STRUCT |
||||||
#define MCLBN_MAX_OP_UNIT_SIZE 4 |
#define MCLBN_FP_UNIT_SIZE 4 |
||||||
#include "bn_c_test.hpp" |
#include "bn_c_test.hpp" |
||||||
|
|
||||||
|
@ -1,6 +1,6 @@ |
|||||||
#include <mcl/bn384.hpp> |
#include <mcl/bn384.hpp> |
||||||
using namespace mcl::bn384; |
using namespace mcl::bn384; |
||||||
#define MCLBN_DEFINE_STRUCT |
#define MCLBN_DEFINE_STRUCT |
||||||
#define MCLBN_MAX_OP_UNIT_SIZE 6 |
#define MCLBN_FP_UNIT_SIZE 6 |
||||||
#include "bn_c_test.hpp" |
#include "bn_c_test.hpp" |
||||||
|
|
||||||
|
Loading…
Reference in new issue