aboutsummaryrefslogtreecommitdiffstats
path: root/test/bls_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/bls_test.cpp')
-rw-r--r--test/bls_test.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bls_test.cpp b/test/bls_test.cpp
index e58f541..2aeb63a 100644
--- a/test/bls_test.cpp
+++ b/test/bls_test.cpp
@@ -206,6 +206,13 @@ CYBOZU_TEST_AUTO(k_of_n)
}
}
{
+ signVec[0] = allSignVec[1]; idVec[0] = allIdVec[1];
+ signVec[1] = allSignVec[4]; idVec[1] = allIdVec[4];
+ signVec[2] = allSignVec[3]; idVec[2] = allIdVec[3];
+ bls::Sign s;
+ CYBOZU_BENCH_C("s.recover", 100, s.recover, signVec, idVec);
+ }
+ {
/*
n-out-of-n
can recover