aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* bls384_256 supports windowsMITSUNARI Shigeo2019-03-221-1/+1
|
* change the test value for ModMITSUNARI Shigeo2019-03-081-8/+6
|
* add blsSecretKeySetLittleEndianModMITSUNARI Shigeo2019-03-081-3/+29
|
* add trivial test of Share/Recover for k = 1MITSUNARI Shigeo2019-02-202-0/+41
|
* don't check buf[n - 1] of testMITSUNARI Shigeo2019-01-271-1/+2
|
* add test of blsSetRandFuncMITSUNARI Shigeo2019-01-241-0/+36
|
* support a mode without including mcl/src/bn_c_impl.hppMITSUNARI Shigeo2018-12-101-1/+1
|
* fix compiler error for MCL_USE_OPENSSL=0MITSUNARI Shigeo2018-12-101-9/+1
|
* add bls384_256_testMITSUNARI Shigeo2018-12-021-0/+4
|
* BLS_SWAP_G runs well for C++testMITSUNARI Shigeo2018-12-022-9/+50
|
* update testMITSUNARI Shigeo2018-11-062-22/+30
|
* exit if blsInit failsMITSUNARI Shigeo2018-10-231-1/+6
|
* add bls384_256 and test itMITSUNARI Shigeo2018-10-232-1/+6
|
* update new api of mclBn_initMITSUNARI Shigeo2018-10-221-3/+3
|
* add benchmarkMITSUNARI Shigeo2018-10-181-0/+18
|
* mapToG1 for BLS12 is changedMITSUNARI Shigeo2018-09-221-14/+5
|
* fix for C++03MITSUNARI Shigeo2018-09-211-5/+6
|
* add blsVerifyAggregatedHashesMITSUNARI Shigeo2018-09-211-1/+1
|
* add comment for verifyAggregateTestMITSUNARI Shigeo2018-09-181-5/+14
|
* add verifyAggregatedHashesMITSUNARI Shigeo2018-09-171-0/+38
|
* add signHash and verifyHash for hashed valueMITSUNARI Shigeo2018-09-171-14/+30
|
* test for 256/384MITSUNARI Shigeo2018-09-156-320/+330
|
* add bls*Sub functionsMITSUNARI Shigeo2018-09-131-0/+39
|
* add verifyOrderMITSUNARI Shigeo2018-08-261-0/+32
|
* add getG1/FrByteSizeMITSUNARI Shigeo2018-08-131-2/+2
|
* add bls api for getFrByteSize and getG1ByteSizeMITSUNARI Shigeo2018-08-131-4/+4
|
* remove warning of vcMITSUNARI Shigeo2018-07-151-2/+2
|
* modify macro to checkMITSUNARI Shigeo2018-05-151-1/+1
|
* multiInit is disabled if travis-ci and gccMITSUNARI Shigeo2018-05-151-1/+4
|
* reduce # of thread for multipleInit for travis-ciMITSUNARI Shigeo2018-05-151-1/+1
|
* BLS signature supports BLS12-381MITSUNARI Shigeo2018-04-052-27/+30
|
* add aggregateTestMITSUNARI Shigeo2018-02-051-0/+22
|
* remove old deserialize apinew_deserialize_apiMITSUNARI Shigeo2017-12-241-60/+0
|
* new deserialize apiMITSUNARI Shigeo2017-12-101-0/+60
|
* test boundary of size for deserializeMITSUNARI Shigeo2017-09-221-0/+49
|
* add limitation of serialize testMITSUNARI Shigeo2017-09-211-0/+63
|
* blsInit is thread safeMITSUNARI Shigeo2017-08-161-3/+4
|
* add blsInitThreadSafeMITSUNARI Shigeo2017-08-121-0/+40
|
* unify curve constMITSUNARI Shigeo2017-06-062-7/+7
|
* use struts of bn.hMITSUNARI Shigeo2017-06-052-3/+3
|
* use MBN_.. instead of BLS_MITSUNARI Shigeo2017-06-042-3/+3
|
* 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