diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/bls_test.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bls_test.hpp b/test/bls_test.hpp index 62ef0eb..e0329da 100644 --- a/test/bls_test.hpp +++ b/test/bls_test.hpp @@ -458,7 +458,7 @@ void verifyAggregateTest(int type) if (type == MCL_BLS12_381) { /* CAUTION!!! - BN::mapToG1 called in blsG1SetHash(h) may return same point for different h. + BN::mapToG1 may return same point for different h. especially, maptG1(h) may be equal to mapG1(h') such as |h - h'| < small value for BLS12_381. */ CYBOZU_TEST_ASSERT(sig.verifyAggregatedHashes(pubs, h.data(), sizeofHash, n)); |