From d9f3f851f8410a5239faf679398df44314023541 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Tue, 20 Feb 2018 20:04:27 +0900 Subject: fix comment of aggregate signature --- test/aggregate_sig_test.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/test/aggregate_sig_test.cpp b/test/aggregate_sig_test.cpp index 8d79bec..ff90507 100644 --- a/test/aggregate_sig_test.cpp +++ b/test/aggregate_sig_test.cpp @@ -46,10 +46,9 @@ CYBOZU_TEST_AUTO(aggregate) Core i7-7700 CPU @ 3.60GHz BN254 Fp382 Fp462 security bit 100 115? 128 - 100 69 200 476 - 1000 693 2037 4731 - 10000 6969 20448 47000(Mclk) - + # of sig 100 69 200 476 + 1000 693 2037 4731 + 10000 6969 20448 47000(Mclk) */ const size_t n = 1000; const size_t msgSize = 16; -- cgit