diff options
Diffstat (limited to 'test/bls384_test.cpp')
-rw-r--r-- | test/bls384_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bls384_test.cpp b/test/bls384_test.cpp new file mode 100644 index 0000000..2212f8e --- /dev/null +++ b/test/bls384_test.cpp @@ -0,0 +1,3 @@ +#define MCLBN_FP_UNIT_SIZE 6 +#include "bls_test.hpp" + |