diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-15 21:48:11 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-09-15 21:48:11 +0800 |
commit | 160b6afa742ae7daaacddbc5ffcf597d23d987ba (patch) | |
tree | d366ce9ddef508c74bdfedb63303d932ab9ea719 /src/bls_c256.cpp | |
parent | cfd56e2576f55a5e22804e3612b4004c0d6d9ef3 (diff) | |
download | dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.tar dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.tar.gz dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.tar.bz2 dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.tar.lz dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.tar.xz dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.tar.zst dexon-bls-160b6afa742ae7daaacddbc5ffcf597d23d987ba.zip |
test for 256/384
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" + |