diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2019-03-22 13:55:07 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2019-03-22 14:04:33 +0800 |
commit | f09ec7ce253b0f14d63c7a78c558d54672eba724 (patch) | |
tree | e837396b0bd9b23023b58cf6e84dc4c4e7055132 /test | |
parent | ac02454d4c3859729fbf5c6eb72497b0b02c30d2 (diff) | |
download | dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.tar dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.tar.gz dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.tar.bz2 dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.tar.lz dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.tar.xz dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.tar.zst dexon-bls-f09ec7ce253b0f14d63c7a78c558d54672eba724.zip |
bls384_256 supports windows
Diffstat (limited to 'test')
-rw-r--r-- | test/bls_c_test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bls_c_test.hpp b/test/bls_c_test.hpp index 274cbd7..e9b6e63 100644 --- a/test/bls_c_test.hpp +++ b/test/bls_c_test.hpp @@ -3,7 +3,7 @@ #include <bls/bls.h> #include <string.h> #include <cybozu/benchmark.hpp> -#include <gmpxx.h> +#include <mcl/gmp_util.hpp> size_t pubSize(size_t FrSize) { |