diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bls384_256_test.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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" + |