From e68b2a3fb07999ba000eccb1727c527763d56e9f Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Fri, 21 Sep 2018 17:48:19 +0900 Subject: add blsVerifyAggregatedHashes --- test/bls_test.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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)); -- cgit v1.2.3