diff options
Diffstat (limited to 'go/blscgo/bls.go')
-rw-r--r-- | go/blscgo/bls.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/go/blscgo/bls.go b/go/blscgo/bls.go index 782e8b2..10968b8 100644 --- a/go/blscgo/bls.go +++ b/go/blscgo/bls.go @@ -19,10 +19,12 @@ const CurveFp382_2 = 2 func Init(curve int) { C.blsInit(C.int(curve), C.BLS_MAX_OP_UNIT_SIZE) } + // getMaxOpUnitSize -- func GetMaxOpUnitSize() int { return int(C.BLS_MAX_OP_UNIT_SIZE) } + // getOpUnitSize -- func GetOpUnitSize() int { return int(C.blsGetOpUnitSize()) |