aboutsummaryrefslogtreecommitdiffstats
path: root/go/bls/bls.go
Commit message (Expand)AuthorAgeFilesLines
* use pkg-configMITSUNARI Shigeo2017-05-301-3/+2
* rename IsSame to IsEqualMITSUNARI Shigeo2017-05-301-12/+12
* go/bls uses GetHex/SetHexMITSUNARI Shigeo2017-05-291-11/+26
* update apiMITSUNARI Shigeo2017-05-291-114/+102
* move include/* to include/bls*MITSUNARI Shigeo2017-05-281-1/+1
* check errorMITSUNARI Shigeo2017-05-131-29/+29
* return error if an exception is thrownMITSUNARI Shigeo2017-05-101-16/+40
* old methods are removed for GoMITSUNARI Shigeo2017-05-101-55/+0
* add old methods for backward compatibilityMITSUNARI Shigeo2017-05-091-4/+59
* rename BlsIoEcComp to blsIoEcCompMITSUNARI Shigeo2017-05-091-8/+8
* refactor getter/setterMITSUNARI Shigeo2017-05-071-84/+128
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-051-26/+26
* add comment to init functionMITSUNARI Shigeo2017-04-281-0/+2
* use gometalinterMITSUNARI Shigeo2017-04-231-1/+1
* add GetCurveOrder/GetFieldOrder to GoMITSUNARI Shigeo2017-04-231-0/+22
* use golinterMITSUNARI Shigeo2017-04-181-14/+17
* rename go/blscgo to go/blsMITSUNARI Shigeo2017-04-141-0/+366
* minimize difference between bls.go and https://raw.githubusercontent.com/dfin...MITSUNARI Shigeo2017-03-141-246/+0
* 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