From e4197b94eefd4128c6424843c28e7c580452a9fc Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Sun, 9 Dec 2018 10:19:15 +0900 Subject: support a mode without including mcl/src/bn_c_impl.hpp --- test/bls_c_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/bls_c_test.hpp b/test/bls_c_test.hpp index 809b487..085c4bd 100644 --- a/test/bls_c_test.hpp +++ b/test/bls_c_test.hpp @@ -355,7 +355,7 @@ CYBOZU_TEST_AUTO(all) "5540996953667913971058039301942914304734176495422447785045292539108217242186829586959562222833658991069414454984723", }, #endif -#if MCLBN_FP_UNIT_SIZE == 6 && MCLBN_FR_UNIT_SIZE == 4 +#if MCLBN_FP_UNIT_SIZE == 6 && MCLBN_FR_UNIT_SIZE >= 4 { MCL_BLS12_381, "52435875175126190479447740508185965837690552500527637822603658699938581184513", -- cgit v1.2.3