aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* add GetData/SetData/IsSameMITSUNARI Shigeo2017-04-091-0/+17
|
* add getData() and setData()MITSUNARI Shigeo2017-04-091-0/+20
|
* add vcproj filesMITSUNARI Shigeo2017-04-031-0/+1
|
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-022-3/+1
|
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-172-0/+3
|
* add getOpUnitSizeMITSUNARI Shigeo2017-03-152-0/+2
|
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-152-12/+20
|
* start to support 384-bit curveMITSUNARI Shigeo2017-03-142-11/+24
|
* add mk.bat and mklib.bat for windowsMITSUNARI Shigeo2017-02-032-0/+8
|
* refactor recover()MITSUNARI Shigeo2017-01-201-10/+8
|
* cgo accesses to T[] of GoMITSUNARI Shigeo2017-01-202-10/+14
|
* bls_if stack versionMITSUNARI Shigeo2016-09-141-4/+16
|
* remove all destructorsMITSUNARI Shigeo2016-09-141-45/+24
|
* 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 recover/set for C apiMITSUNARI Shigeo2016-09-061-8/+24
|
* add Secret::set for c apiMITSUNARI Shigeo2016-09-061-0/+11
|
* 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
|
* add header stdint.h for uint64_tMITSUNARI Shigeo2016-09-061-0/+1
|
* refactor bls.cppMITSUNARI Shigeo2016-08-311-5/+5
|
* remove id from the other classMITSUNARI Shigeo2016-08-311-13/+10
|
* add sample/bls_tool.cppMITSUNARI Shigeo2016-08-301-0/+1
|
* change id to public menmber and remove id from ioMITSUNARI Shigeo2016-08-301-6/+3
|
* fix commentMITSUNARI Shigeo2016-08-281-3/+3
|
* add destructor of IdMITSUNARI Shigeo2016-08-271-0/+1
|
* remove = 0MITSUNARI Shigeo2016-08-271-2/+2
|
* change type of id to Id classMITSUNARI Shigeo2016-08-271-14/+41
|
* add init ; remove public key from getPopMITSUNARI Shigeo2016-08-271-4/+22
|
* init by user defined pMITSUNARI Shigeo2016-08-271-1/+4
|
* reorder of classMITSUNARI Shigeo2016-08-211-60/+65
|
* unify **VecMITSUNARI Shigeo2016-08-211-19/+8
|
* replace prv with secMITSUNARI Shigeo2016-08-211-4/+4
|
* rename PrivateKey to SecretKeyMITSUNARI Shigeo2016-08-211-24/+24
|
* design IF againMITSUNARI Shigeo2016-08-211-31/+56
|
* change PublicKey::verify to Sign::verifyMITSUNARI Shigeo2016-08-211-1/+8
|
* add operator+()MITSUNARI Shigeo2016-08-151-1/+19
|
* add comentMITSUNARI Shigeo2016-08-151-1/+17
|
* rename Verifier to MasterPublicKeyMITSUNARI Shigeo2016-08-151-15/+15
|
* setStr, getStr were removedMITSUNARI Shigeo2016-08-151-7/+1
|
* add Feldman VSS ; VerifierMITSUNARI Shigeo2016-08-111-1/+25
|
* add PublicKey::recoverMITSUNARI Shigeo2016-08-111-0/+4
|
* fix typoMITSUNARI Shigeo2016-08-111-2/+4
|
* remove public for debugMITSUNARI Shigeo2016-08-101-1/+0
|
* first commitMITSUNARI Shigeo2016-08-101-0/+101