aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-10-23 09:09:46 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-10-23 09:09:46 +0800
commit8ec3e3025785998b38dc7d3516471951ab558550 (patch)
tree6bd3fb5a82823e52cb9a3af60e2f26082fd72de2 /src
parentc4ba9961024a76f7357b9ab19344c5e776245d84 (diff)
downloaddexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.tar
dexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.tar.gz
dexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.tar.bz2
dexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.tar.lz
dexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.tar.xz
dexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.tar.zst
dexon-bls-8ec3e3025785998b38dc7d3516471951ab558550.zip
add bls384_256 and test it
Diffstat (limited to 'src')
-rw-r--r--src/bls_c384_256.cpp4
1 files changed, 4 insertions, 0 deletions
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"
+