aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls_if.h
Commit message (Collapse)AuthorAgeFilesLines
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-021-1/+0
|
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-171-0/+1
|
* add getOpUnitSizeMITSUNARI Shigeo2017-03-151-0/+1
|
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-5/+8
|
* start to support 384-bit curveMITSUNARI Shigeo2017-03-141-6/+13
|
* add mk.bat and mklib.bat for windowsMITSUNARI Shigeo2017-02-031-0/+4
|
* cgo accesses to T[] of GoMITSUNARI Shigeo2017-01-201-5/+5
|
* bls_if stack versionMITSUNARI Shigeo2016-09-141-4/+16
|
* avoid copy of instance at GoMITSUNARI Shigeo2016-09-081-0/+4
|
* add verifyPopMITSUNARI Shigeo2016-09-071-0/+3
|
* add SecretKey::setArrayMITSUNARI Shigeo2016-09-071-0/+1
|
* add sample of recovering secret key for GoMITSUNARI Shigeo2016-09-061-0/+5
|
* add Add(rhs) methodMITSUNARI Shigeo2016-09-061-0/+3
|
* make classMITSUNARI Shigeo2016-09-061-2/+9
|
* use deferMITSUNARI Shigeo2016-09-061-1/+10
|
* add C interfaceMITSUNARI Shigeo2016-09-061-0/+50