aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/bls_test.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/bls_test.cpp b/test/bls_test.cpp
index 2aeb63a..acac038 100644
--- a/test/bls_test.cpp
+++ b/test/bls_test.cpp
@@ -18,7 +18,8 @@ void streamTest(const T& t)
CYBOZU_TEST_AUTO(bls)
{
- bls::init();
+ bls::init(bls::CurveFp254BNb);
+ CYBOZU_TEST_EQUAL(bls::getOpUnitSize(), 4);
bls::SecretKey sec;
sec.init();
streamTest(sec);