diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-09-14 14:30:10 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-09-14 14:30:10 +0800 |
commit | 11557e8e6001d28afdca1b5aa78b075e0c8defc3 (patch) | |
tree | 27b3138d9836e327498f3405bc9e76137b8349e2 /go/main.go | |
parent | 47f05ff3ec8958430a814d1ca3d05c77a3305c31 (diff) | |
download | dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.tar dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.tar.gz dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.tar.bz2 dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.tar.lz dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.tar.xz dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.tar.zst dexon-bls-11557e8e6001d28afdca1b5aa78b075e0c8defc3.zip |
go fmt
Diffstat (limited to 'go/main.go')
-rw-r--r-- | go/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |