aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-01-26 09:29:49 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-01-26 09:29:49 +0800
commit652c349141fa4d82f67c4a2da416483e0a933497 (patch)
tree3a68b0fd604bd816fc8dc31286d0c68948d45ec9
parentb8b86ed9721bcd7bc17c24209693eab233372648 (diff)
downloaddexon-mcl-652c349141fa4d82f67c4a2da416483e0a933497.tar.gz
dexon-mcl-652c349141fa4d82f67c4a2da416483e0a933497.tar.zst
dexon-mcl-652c349141fa4d82f67c4a2da416483e0a933497.zip
add bn_c512_test.cpp
-rw-r--r--test/bn_c512_test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/bn_c512_test.cpp b/test/bn_c512_test.cpp
new file mode 100644
index 0000000..c6af398
--- /dev/null
+++ b/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"
+