diff options
Diffstat (limited to 'src/bls_c256.cpp')
-rw-r--r-- | src/bls_c256.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bls_c256.cpp b/src/bls_c256.cpp new file mode 100644 index 0000000..a9f3412 --- /dev/null +++ b/src/bls_c256.cpp @@ -0,0 +1,3 @@ +#define MCLBN_FP_UNIT_SIZE 4 +#include "bls_c_impl.hpp" + |