aboutsummaryrefslogtreecommitdiffstats
path: root/go/blscgo/bls.go
Commit message (Expand)AuthorAgeFilesLines
* rename go/blscgo to go/blsMITSUNARI Shigeo2017-04-141-366/+0
* 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-091-0/+81
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-021-9/+1
* default UNIT is 6MITSUNARI Shigeo2017-04-021-3/+3
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-171-0/+8
* go fmtMITSUNARI Shigeo2017-03-151-0/+2
* ensure size of SetArrayMITSUNARI Shigeo2017-03-151-8/+16
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-5/+7
* start to support 384-bit curveMITSUNARI Shigeo2017-03-141-10/+14
* minimize difference between bls.go and https://raw.githubusercontent.com/dfin...MITSUNARI Shigeo2017-03-141-0/+267