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