From afbcbeaaf3b5f9962af382d668ae5bcad337f661 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 2 Dec 2018 22:30:17 +0900 Subject: add bls384_256_test --- test/bls384_256_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/bls384_256_test.cpp (limited to 'test') diff --git a/test/bls384_256_test.cpp b/test/bls384_256_test.cpp new file mode 100644 index 0000000..ea81265 --- /dev/null +++ b/test/bls384_256_test.cpp @@ -0,0 +1,4 @@ +#define MCLBN_FP_UNIT_SIZE 6 +#define MCLBN_FR_UNIT_SIZE 4 +#include "bls_test.hpp" + -- cgit v1.2.3