diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-01-26 09:29:49 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-01-26 09:29:49 +0800 |
commit | 652c349141fa4d82f67c4a2da416483e0a933497 (patch) | |
tree | 3a68b0fd604bd816fc8dc31286d0c68948d45ec9 | |
parent | b8b86ed9721bcd7bc17c24209693eab233372648 (diff) | |
download | dexon-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.cpp | 6 |
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" + |