aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls_if.h
Commit message (Expand)AuthorAgeFilesLines
* return error if an exception is thrownMITSUNARI Shigeo2017-05-101-7/+15
* rename constant value name Bls*** to bls***MITSUNARI Shigeo2017-05-091-9/+11
* add macro for vc-dllMITSUNARI Shigeo2017-05-081-50/+59
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-051-21/+36
* add comment to init functionMITSUNARI Shigeo2017-04-281-0/+5
* add getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-04-231-4/+8
* add GetData/SetData/IsSameMITSUNARI Shigeo2017-04-091-0/+17
* 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