diff options
Diffstat (limited to 'src/bls_if.cpp')
-rw-r--r-- | src/bls_if.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bls_if.cpp b/src/bls_if.cpp index 05ba0e8..8fd1a55 100644 --- a/src/bls_if.cpp +++ b/src/bls_if.cpp @@ -47,6 +47,10 @@ void blsInit(int curve, int maxUnitSize) { bls::init(curve, maxUnitSize); } +size_t blsGetOpUnitSize() +{ + return bls::getOpUnitSize(); +} blsId *blsIdCreate() { |