aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* end of refactoringMITSUNARI Shigeo2017-06-131-1/+12
|
* refactor recoveringMITSUNARI Shigeo2017-06-121-0/+8
|
* add blsGetGeneratorOfG2MITSUNARI Shigeo2017-06-121-0/+3
|
* add blsIdSetIntMITSUNARI Shigeo2017-06-071-11/+13
|
* fix blsIdMITSUNARI Shigeo2017-06-061-2/+2
|
* reorder apis of blsMITSUNARI Shigeo2017-06-061-56/+56
|
* _MITSUNARI Shigeo2017-06-061-4/+5
|
* unify curve constMITSUNARI Shigeo2017-06-062-13/+1
|
* use struts of bn.hMITSUNARI Shigeo2017-06-052-23/+20
|
* use MBN_.. instead of BLS_MITSUNARI Shigeo2017-06-042-19/+14
|
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-042-16/+16
|
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-041-0/+0
|
* rename blsHashToSecretKeyMITSUNARI Shigeo2017-05-311-1/+1
|
* use setHashOfMITSUNARI Shigeo2017-05-301-0/+2
|
* rename blsSecretKeySetByHash to blsSecretKeySetToHashOfMITSUNARI Shigeo2017-05-301-1/+1
|
* rename IsSame to IsEqualMITSUNARI Shigeo2017-05-301-4/+6
|
* Sign to SignatureMITSUNARI Shigeo2017-05-292-22/+22
|
* update apiMITSUNARI Shigeo2017-05-292-79/+73
|
* move include/* to include/bls*MITSUNARI Shigeo2017-05-282-0/+0
|
* fix documents for apiold_bls_if_apiMITSUNARI Shigeo2017-05-241-2/+2
|
* 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-052-41/+52
|
* add comment to init functionMITSUNARI Shigeo2017-04-282-0/+6
|
* add getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-04-232-4/+10
|
* 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