aboutsummaryrefslogtreecommitdiffstats
path: root/go/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/main.go')
-rw-r--r--go/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/main.go b/go/main.go
index 657cf7d..425dc73 100644
--- a/go/main.go
+++ b/go/main.go
@@ -47,7 +47,7 @@ func testSign() {
msk := sec0.GetMasterSecretKey(k)
mpk := bls.GetMasterPublicKey(msk)
- idTbl := []uint64{ 3, 5, 193, 22, 15 }
+ idTbl := []uint64{3, 5, 193, 22, 15}
n := len(idTbl)
secVec := make([]*bls.SecretKey, n)