diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-15 21:03:40 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-15 21:04:11 +0800 |
commit | cfd56e2576f55a5e22804e3612b4004c0d6d9ef3 (patch) | |
tree | 7e5e63fa501487886d9f69ca89b51c3ddbf055a5 /src/bls_c384.cpp | |
parent | be54124ccf649ace15ef0f90dbf04f01fab8ac3c (diff) | |
download | dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.tar dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.tar.gz dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.tar.bz2 dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.tar.lz dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.tar.xz dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.tar.zst dexon-bls-cfd56e2576f55a5e22804e3612b4004c0d6d9ef3.zip |
remove duplicated C++ code and libbls.a
Diffstat (limited to 'src/bls_c384.cpp')
-rw-r--r-- | src/bls_c384.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bls_c384.cpp b/src/bls_c384.cpp new file mode 100644 index 0000000..d28f854 --- /dev/null +++ b/src/bls_c384.cpp @@ -0,0 +1,3 @@ +#define MCLBN_FP_UNIT_SIZE 6 +#include "bls_c_impl.hpp" + |