diff options
Diffstat (limited to 'test/bls_c384_test.cpp')
-rw-r--r-- | test/bls_c384_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/bls_c384_test.cpp b/test/bls_c384_test.cpp index 8405926..8c3761f 100644 --- a/test/bls_c384_test.cpp +++ b/test/bls_c384_test.cpp @@ -65,10 +65,10 @@ void blsOrderTest(const char *curveOrder, const char *fieldOrder) CYBOZU_TEST_AUTO(all) { const int tbl[] = { - blsCurveFp254BNb, + mclBn_CurveFp254BNb, #if MCLBN_FP_UNIT_SIZE == 6 - blsCurveFp382_1, - blsCurveFp382_2 + mclBn_CurveFp382_1, + mclBn_CurveFp382_2 #endif }; const char *curveOrderTbl[] = { |