aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/tangerine-network/mcl/test/bn_c512_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/tangerine-network/mcl/test/bn_c512_test.cpp')
-rw-r--r--vendor/github.com/tangerine-network/mcl/test/bn_c512_test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/github.com/tangerine-network/mcl/test/bn_c512_test.cpp b/vendor/github.com/tangerine-network/mcl/test/bn_c512_test.cpp
new file mode 100644
index 000000000..c6af3989f
--- /dev/null
+++ b/vendor/github.com/tangerine-network/mcl/test/bn_c512_test.cpp
@@ -0,0 +1,6 @@
+#include <mcl/bn512.hpp>
+using namespace mcl::bn512;
+#define MCLBN_DEFINE_STRUCT
+#define MCLBN_FP_UNIT_SIZE 8
+#include "bn_c_test.hpp"
+