aboutsummaryrefslogtreecommitdiffstats
path: root/go
Commit message (Collapse)AuthorAgeFilesLines
* add blsDHKeyExchangeMITSUNARI Shigeo2017-06-142-0/+20
|
* add GT.SetInt64MITSUNARI Shigeo2017-06-142-0/+31
|
* fix Fr/Gt.IsOneMITSUNARI Shigeo2017-06-141-2/+2
|
* add mcl_test.goMITSUNARI Shigeo2017-06-131-0/+107
|
* refactoring bls.goMITSUNARI Shigeo2017-06-133-274/+183
|
* change const char * to const void *MITSUNARI Shigeo2017-06-131-1/+1
|
* end of refactoringMITSUNARI Shigeo2017-06-131-1/+1
|
* rename SetInt to SetInt64MITSUNARI Shigeo2017-06-121-2/+2
|
* unify mcl.aMITSUNARI Shigeo2017-06-071-1/+1
|
* test is okMITSUNARI Shigeo2017-06-072-22/+33
|
* remove initMITSUNARI Shigeo2017-06-062-12/+1
|
* impl bls by mclBn* apiMITSUNARI Shigeo2017-06-063-11/+552
|
* use mclBn_CurveMITSUNARI Shigeo2017-06-051-4/+4
|
* use struts of bn.hMITSUNARI Shigeo2017-06-051-10/+10
|
* use MBN_.. instead of BLS_MITSUNARI Shigeo2017-06-041-10/+8
|
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-041-10/+10
|
* avoid use pkg-configMITSUNARI Shigeo2017-05-311-1/+2
|
* use GetHexString()MITSUNARI Shigeo2017-05-301-2/+2
|
* use pkg-configMITSUNARI Shigeo2017-05-301-3/+2
|
* rename IsSame to IsEqualMITSUNARI Shigeo2017-05-302-23/+23
|
* go/bls uses GetHex/SetHexMITSUNARI Shigeo2017-05-291-11/+26
|
* update apiMITSUNARI Shigeo2017-05-292-141/+151
|
* move include/* to include/bls*MITSUNARI Shigeo2017-05-281-1/+1
|
* check errorMITSUNARI Shigeo2017-05-132-66/+127
|
* 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-072-104/+166
|
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-052-43/+39
|
* add comment to init functionMITSUNARI Shigeo2017-04-281-0/+2
|
* use gometalinterMITSUNARI Shigeo2017-04-232-3/+2
|
* add GetCurveOrder/GetFieldOrder to GoMITSUNARI Shigeo2017-04-232-0/+49
|
* move benchmark to lastMITSUNARI Shigeo2017-04-231-28/+33
|
* use golinterMITSUNARI Shigeo2017-04-182-19/+53
|
* correct CurveFp382_1 to _2MITSUNARI Shigeo2017-04-141-1/+1
|
* rename go/blscgo to go/blsMITSUNARI Shigeo2017-04-143-215/+345
|
* fix fmtMITSUNARI Shigeo2017-04-101-1/+1
|
* use []byte instead of stringMITSUNARI Shigeo2017-04-101-18/+15
|
* fix commentMITSUNARI Shigeo2017-04-101-3/+8
|
* add SetData/GetData/IsSame to bls.cgoMITSUNARI Shigeo2017-04-092-0/+107
|
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-022-13/+1
|
* use testingMITSUNARI Shigeo2017-04-021-44/+55
|
* default UNIT is 6MITSUNARI Shigeo2017-04-021-3/+3
|
* compare sign as stringMITSUNARI Shigeo2017-04-021-1/+1
|
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-172-0/+10
|
* fixed typoMITSUNARI Shigeo2017-03-161-1/+1
|
* go fmtMITSUNARI Shigeo2017-03-152-7/+10
|
* ensure size of SetArrayMITSUNARI Shigeo2017-03-152-16/+41
|
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-5/+7
|
* start to support 384-bit curveMITSUNARI Shigeo2017-03-142-15/+19
|
* minimize difference between bls.go and ↵MITSUNARI Shigeo2017-03-142-70/+91
| | | | 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-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