aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-10-22 18:48:58 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-10-22 18:48:58 +0800
commit92113ab50c2832e5a020464b50ddd57cce648ff0 (patch)
tree26a2d0cf8cce5f954a58b7c803fec19adc03bd0c
parent6ff80eb6fd6a351b43fa042c91a08620d3a9d1d8 (diff)
downloadtangerine-mcl-92113ab50c2832e5a020464b50ddd57cce648ff0.tar.gz
tangerine-mcl-92113ab50c2832e5a020464b50ddd57cce648ff0.tar.zst
tangerine-mcl-92113ab50c2832e5a020464b50ddd57cce648ff0.zip
fix test for she_c
-rw-r--r--test/she_c_test.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/she_c_test.hpp b/test/she_c_test.hpp
index c038892..8287c0e 100644
--- a/test/she_c_test.hpp
+++ b/test/she_c_test.hpp
@@ -19,7 +19,7 @@ CYBOZU_TEST_AUTO(init)
curve = MCL_BN462;
#endif
int ret;
- ret = sheInit(curve, MCLBN_FP_UNIT_SIZE);
+ ret = sheInit(curve, MCLBN_COMPILED_TIME_VAR);
CYBOZU_TEST_EQUAL(ret, 0);
ret = sheSetRangeForDLP(hashSize);
CYBOZU_TEST_EQUAL(ret, 0);