aboutsummaryrefslogtreecommitdiffstats
path: root/go
Commit message (Collapse)AuthorAgeFilesLines
* cgo accesses to T[] of GoMITSUNARI Shigeo2017-01-201-13/+5
|
* break go apiMITSUNARI Shigeo2017-01-202-89/+42
|
* runtime.SetFinalizer is removedMITSUNARI Shigeo2016-09-141-67/+54
|
* put runtime informationMITSUNARI Shigeo2016-09-141-1/+10
|
* go fmtMITSUNARI Shigeo2016-09-142-5/+5
|
* avoid copy of instance at GoMITSUNARI Shigeo2016-09-082-33/+57
|
* pass the pointer of IdMITSUNARI Shigeo2016-09-072-5/+5
|
* add verifyPopMITSUNARI Shigeo2016-09-072-0/+19
|
* add SecretKey::setArrayMITSUNARI Shigeo2016-09-072-0/+13
|
* add test of Sign.RecoverMITSUNARI Shigeo2016-09-072-2/+67
|
* return error if failsMITSUNARI Shigeo2016-09-071-15/+19
|
* add Recover of PublicKey/SignMITSUNARI Shigeo2016-09-072-13/+71
|
* add sample of recovering secret key for GoMITSUNARI Shigeo2016-09-062-0/+68
|
* add Add(rhs) methodMITSUNARI Shigeo2016-09-061-0/+12
|
* remove Bls in class nameMITSUNARI Shigeo2016-09-062-217/+48
|
* make packageMITSUNARI Shigeo2016-09-061-0/+174
|
* 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