diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-10-22 18:48:58 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-10-22 18:48:58 +0800 |
commit | 92113ab50c2832e5a020464b50ddd57cce648ff0 (patch) | |
tree | 26a2d0cf8cce5f954a58b7c803fec19adc03bd0c | |
parent | 6ff80eb6fd6a351b43fa042c91a08620d3a9d1d8 (diff) | |
download | tangerine-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.hpp | 2 |
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); |