aboutsummaryrefslogtreecommitdiffstats
path: root/go/bls/bls.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/bls/bls.go')
-rw-r--r--go/bls/bls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/bls/bls.go b/go/bls/bls.go
index 61b2587..8495770 100644
--- a/go/bls/bls.go
+++ b/go/bls/bls.go
@@ -17,7 +17,7 @@ func Init(curve int) error {
if err != 0 {
return fmt.Errorf("ERR Init curve=%d", curve)
}
- return mclInit(curve) // QQQ
+ return nil
}
// GetMaxOpUnitSize --