From 160b6afa742ae7daaacddbc5ffcf597d23d987ba Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sat, 15 Sep 2018 22:48:11 +0900 Subject: test for 256/384 --- test/bls256_test.cpp | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/bls256_test.cpp (limited to 'test/bls256_test.cpp') diff --git a/test/bls256_test.cpp b/test/bls256_test.cpp new file mode 100644 index 0000000..e53a870 --- /dev/null +++ b/test/bls256_test.cpp @@ -0,0 +1,3 @@ +#define MCLBN_FP_UNIT_SIZE 4 +#include "bls_test.hpp" + -- cgit v1.2.3