diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-02-20 19:04:27 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-02-20 19:04:27 +0800 |
commit | d9f3f851f8410a5239faf679398df44314023541 (patch) | |
tree | e76a05883e46bd0530361d5d72da66b94e45a3b9 | |
parent | 0396b6dcff8c2c7053b780560818a7806540220c (diff) | |
download | tangerine-mcl-d9f3f851f8410a5239faf679398df44314023541.tar.gz tangerine-mcl-d9f3f851f8410a5239faf679398df44314023541.tar.zst tangerine-mcl-d9f3f851f8410a5239faf679398df44314023541.zip |
fix comment of aggregate signature
-rw-r--r-- | test/aggregate_sig_test.cpp | 7 |
1 files 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; |