From 652c349141fa4d82f67c4a2da416483e0a933497 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 26 Jan 2018 10:29:49 +0900 Subject: [PATCH] add bn_c512_test.cpp --- test/bn_c512_test.cpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/bn_c512_test.cpp 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 +using namespace mcl::bn512; +#define MCLBN_DEFINE_STRUCT +#define MCLBN_FP_UNIT_SIZE 8 +#include "bn_c_test.hpp" +