From 8ec3e3025785998b38dc7d3516471951ab558550 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo <herumi@nifty.com> Date: Tue, 23 Oct 2018 10:09:46 +0900 Subject: add bls384_256 and test it --- src/bls_c384_256.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/bls_c384_256.cpp (limited to 'src') diff --git a/src/bls_c384_256.cpp b/src/bls_c384_256.cpp new file mode 100644 index 0000000..3dcb3e7 --- /dev/null +++ b/src/bls_c384_256.cpp @@ -0,0 +1,4 @@ +#define MCLBN_FP_UNIT_SIZE 6 +#define MCLBN_FR_UNIT_SIZE 4 +#include "bls_c_impl.hpp" + -- cgit v1.2.3