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.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/bls_test.cpp b/test/bls_test.cpp
index f97d9a7..b2a7860 100644
--- a/test/bls_test.cpp
+++ b/test/bls_test.cpp
@@ -367,8 +367,8 @@ void aggregateTest()
void dataTest()
{
- const size_t FrSize = mclBn_getFrByteSize();
- const size_t FpSize = mclBn_getG1ByteSize();
+ const size_t FrSize = bls::getFrByteSize();
+ const size_t FpSize = bls::getG1ByteSize();
bls::SecretKey sec;
sec.init();
std::string str;