aboutsummaryrefslogtreecommitdiffstats
path: root/go/main.go
Commit message (Expand)AuthorAgeFilesLines
* use testingMITSUNARI Shigeo2017-04-021-181/+0
* compare sign as stringMITSUNARI Shigeo2017-04-021-1/+1
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-171-0/+2
* fixed typoMITSUNARI Shigeo2017-03-161-1/+1
* go fmtMITSUNARI Shigeo2017-03-151-7/+8
* ensure size of SetArrayMITSUNARI Shigeo2017-03-151-8/+25
* start to support 384-bit curveMITSUNARI Shigeo2017-03-141-5/+5
* minimize difference between bls.go and https://raw.githubusercontent.com/dfin...MITSUNARI Shigeo2017-03-141-24/+24
* 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