aboutsummaryrefslogtreecommitdiffstats
path: root/go/bls
Commit message (Collapse)AuthorAgeFilesLines
* rename go/blscgo to go/blsMITSUNARI Shigeo2017-04-142-0/+710
|
* minimize difference between bls.go and ↵MITSUNARI Shigeo2017-03-141-246/+0
| | | | https://raw.githubusercontent.com/dfinity/random-beacon/master/blscgo/bls.go
* cgo accesses to T[] of GoMITSUNARI Shigeo2017-01-201-13/+5
|
* break go apiMITSUNARI Shigeo2017-01-201-59/+18
|
* runtime.SetFinalizer is removedMITSUNARI Shigeo2016-09-141-67/+54
|
* go fmtMITSUNARI Shigeo2016-09-141-4/+4
|
* avoid copy of instance at GoMITSUNARI Shigeo2016-09-081-16/+40
|
* pass the pointer of IdMITSUNARI Shigeo2016-09-071-2/+2
|
* add verifyPopMITSUNARI Shigeo2016-09-071-0/+9
|
* add SecretKey::setArrayMITSUNARI Shigeo2016-09-071-0/+8
|
* add test of Sign.RecoverMITSUNARI Shigeo2016-09-071-0/+9
|
* return error if failsMITSUNARI Shigeo2016-09-071-15/+19
|
* add Recover of PublicKey/SignMITSUNARI Shigeo2016-09-071-13/+49
|
* add sample of recovering secret key for GoMITSUNARI Shigeo2016-09-061-0/+32
|
* add Add(rhs) methodMITSUNARI Shigeo2016-09-061-0/+12
|
* remove Bls in class nameMITSUNARI Shigeo2016-09-061-37/+37
|
* make packageMITSUNARI Shigeo2016-09-061-0/+174