aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* rename bls_if.h to bls.hMITSUNARI Shigeo2017-06-042-10/+10
* rename IsSame to IsEqualMITSUNARI Shigeo2017-05-301-3/+3
* Sign to SignatureMITSUNARI Shigeo2017-05-292-54/+54
* update apiMITSUNARI Shigeo2017-05-292-56/+25
* move include/* to include/bls*MITSUNARI Shigeo2017-05-282-2/+2
* rename constant value name Bls*** to bls***MITSUNARI Shigeo2017-05-091-9/+9
* change api of GetStr/SetStrMITSUNARI Shigeo2017-05-052-14/+14
* add getCurveOrder/getFieldOrderMITSUNARI Shigeo2017-04-231-0/+23
* add GetData/SetData/IsSameMITSUNARI Shigeo2017-04-091-0/+32
* add getData() and setData()MITSUNARI Shigeo2017-04-091-0/+45
* add vcproj filesMITSUNARI Shigeo2017-04-031-0/+88
* sign is constant time ; signCT is removedrelease20170402MITSUNARI Shigeo2017-04-021-4/+0
* add test of signCTMITSUNARI Shigeo2017-04-021-0/+3
* add benchmark of sign and signCTMITSUNARI Shigeo2017-03-261-6/+11
* add test for all cuvresMITSUNARI Shigeo2017-03-162-34/+77
* add getOpUnitSizeMITSUNARI Shigeo2017-03-151-1/+2
* add UNIT option to select bn256 or bn384MITSUNARI Shigeo2017-03-151-2/+2
* start to support 384-bit curveMITSUNARI Shigeo2017-03-141-2/+2
* benchmark of Sign::recover of n = 3MITSUNARI Shigeo2017-02-171-0/+7
* 1.4 times faster Sign::verifyMITSUNARI Shigeo2017-02-121-0/+3
* remove old api testMITSUNARI Shigeo2017-01-201-29/+4
* bls_if stack versionMITSUNARI Shigeo2016-09-141-1/+21
* fix test of setMITSUNARI Shigeo2016-09-091-21/+30
* mask the top two bit of array for Id::set and SecretKey::setMITSUNARI Shigeo2016-09-081-3/+21
* add test for bls_if.hMITSUNARI Shigeo2016-09-071-0/+32
* add recover/set for C apiMITSUNARI Shigeo2016-09-061-0/+29
* add Secret::set for c apiMITSUNARI Shigeo2016-09-061-0/+9
* fix test ; operator<<() always output 0x + hexadecimalMITSUNARI Shigeo2016-09-011-2/+2
* refactor bls.cppMITSUNARI Shigeo2016-08-311-4/+4
* remove id from the other classMITSUNARI Shigeo2016-08-311-20/+41
* change id to public menmber and remove id from ioMITSUNARI Shigeo2016-08-301-3/+3
* exception if the value >= rMITSUNARI Shigeo2016-08-281-6/+3
* change type of id to Id classMITSUNARI Shigeo2016-08-271-0/+26
* add init ; remove public key from getPopMITSUNARI Shigeo2016-08-271-2/+2
* add testMITSUNARI Shigeo2016-08-211-0/+17
* test of popMITSUNARI Shigeo2016-08-211-0/+10
* unify **VecMITSUNARI Shigeo2016-08-211-5/+5
* replace prv with secMITSUNARI Shigeo2016-08-211-47/+47
* rename PrivateKey to SecretKeyMITSUNARI Shigeo2016-08-211-16/+16
* design IF againMITSUNARI Shigeo2016-08-211-11/+26
* change PublicKey::verify to Sign::verifyMITSUNARI Shigeo2016-08-211-5/+5
* add operator+()MITSUNARI Shigeo2016-08-151-1/+19
* rename Verifier to MasterPublicKeyMITSUNARI Shigeo2016-08-151-12/+5
* setStr, getStr were removedMITSUNARI Shigeo2016-08-151-21/+13
* add Feldman VSS ; VerifierMITSUNARI Shigeo2016-08-111-1/+28
* add PublicKey::recoverMITSUNARI Shigeo2016-08-111-0/+11
* test of having same valueMITSUNARI Shigeo2016-08-101-0/+7
* first commitMITSUNARI Shigeo2016-08-101-0/+154