aboutsummaryrefslogtreecommitdiffstats
path: root/include/bls.hpp
Commit message (Expand)AuthorAgeFilesLines
* move include/* to include/bls*MITSUNARI Shigeo2017-05-281-274/+0
* fix documents for apiold_bls_if_apiMITSUNARI Shigeo2017-05-241-2/+2
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-051-20/+16
* add comment to init functionMITSUNARI Shigeo2017-04-281-0/+1
* add getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-04-231-0/+2
* 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-021-2/+1
* add constant time sign SecretKey::signCTMITSUNARI Shigeo2017-03-171-0/+2
* add getOpUnitSizeMITSUNARI Shigeo2017-03-151-0/+1
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-7/+12
* start to support 384-bit curveMITSUNARI Shigeo2017-03-141-5/+11
* add mk.bat and mklib.bat for windowsMITSUNARI Shigeo2017-02-031-0/+4
* refactor recover()MITSUNARI Shigeo2017-01-201-10/+8
* cgo accesses to T[] of GoMITSUNARI Shigeo2017-01-201-5/+9
* remove all destructorsMITSUNARI Shigeo2016-09-141-45/+24
* add recover/set for C apiMITSUNARI Shigeo2016-09-061-8/+24
* add Secret::set for c apiMITSUNARI Shigeo2016-09-061-0/+11
* 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