aboutsummaryrefslogtreecommitdiffstats
path: root/src/bls_if.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bls_if.cpp')
-rw-r--r--src/bls_if.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bls_if.cpp b/src/bls_if.cpp
index 091bace..05ba0e8 100644
--- a/src/bls_if.cpp
+++ b/src/bls_if.cpp
@@ -43,9 +43,9 @@ size_t getStrT(const Outer *p, char *buf, size_t maxBufSize)
return 0;
}
-void blsInit(int curve)
+void blsInit(int curve, int maxUnitSize)
{
- bls::init(curve);
+ bls::init(curve, maxUnitSize);
}
blsId *blsIdCreate()