aboutsummaryrefslogtreecommitdiffstats
path: root/go/main.go
Commit message (Expand)AuthorAgeFilesLines
* break go apiMITSUNARI Shigeo2017-01-201-30/+24
* put runtime informationMITSUNARI Shigeo2016-09-141-1/+10
* go fmtMITSUNARI Shigeo2016-09-141-1/+1
* avoid copy of instance at GoMITSUNARI Shigeo2016-09-081-17/+17
* pass the pointer of IdMITSUNARI Shigeo2016-09-071-3/+3
* add verifyPopMITSUNARI Shigeo2016-09-071-0/+10
* add SecretKey::setArrayMITSUNARI Shigeo2016-09-071-0/+5
* add test of Sign.RecoverMITSUNARI Shigeo2016-09-071-2/+58
* add Recover of PublicKey/SignMITSUNARI Shigeo2016-09-071-0/+22
* add sample of recovering secret key for GoMITSUNARI Shigeo2016-09-061-0/+36
* remove Bls in class nameMITSUNARI Shigeo2016-09-061-180/+11
* make classMITSUNARI Shigeo2016-09-061-22/+131
* make BlsId classMITSUNARI Shigeo2016-09-061-6/+49
* use deferMITSUNARI Shigeo2016-09-061-2/+9
* use byte arrayMITSUNARI Shigeo2016-09-061-6/+3
* add go sampleMITSUNARI Shigeo2016-09-061-0/+42