aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* add montRedMITSUNARI Shigeo2016-03-011-5/+5
* add Fp12::addMITSUNARI Shigeo2016-02-261-0/+22
* add generic Fp6::mulMITSUNARI Shigeo2016-02-251-1/+5
* avoid restriction of assert(&z != &x) in Fp6::sqrMITSUNARI Shigeo2016-02-241-3/+3
* add testFp6::sqrMITSUNARI Shigeo2016-02-241-1/+41
* bench mode for fp_towerMITSUNARI Shigeo2016-02-231-24/+42
* test is ok on montMITSUNARI Shigeo2016-02-231-0/+25
* test of FpDBl::addNC, subNCMITSUNARI Shigeo2016-02-221-3/+18
* mv Fp2, FpDbl, Fp6 to mclMITSUNARI Shigeo2016-02-211-3/+2
* test all mode for fp_towerMITSUNARI Shigeo2016-02-201-5/+12
* fix fpDbl_addMITSUNARI Shigeo2016-02-201-3/+2
* FpDBl::add does not pass testMITSUNARI Shigeo2016-02-201-1/+2
* FpDbl::add/sub okMITSUNARI Shigeo2016-02-181-7/+27
* add test of FpDbl::add/subMITSUNARI Shigeo2016-02-181-0/+22
* rename TagMITSUNARI Shigeo2016-02-151-2/+2
* move Fp2 to BnT::Fp2MITSUNARI Shigeo2016-02-151-1/+2
* test of addNC/subNCMITSUNARI Shigeo2016-02-081-2/+8
* add addNC/subNCMITSUNARI Shigeo2016-02-082-0/+12
* test of mul_xiMITSUNARI Shigeo2016-02-071-1/+8
* rename fp_ext to fp_towerMITSUNARI Shigeo2016-02-072-2/+2
* mov impl of Fp2 to Fp2TMITSUNARI Shigeo2016-02-051-0/+4
* fix Fp2::mulMITSUNARI Shigeo2016-02-041-2/+2
* fix setStrMITSUNARI Shigeo2016-02-042-1/+109
* s/sqrRoot/squareRoot/gMITSUNARI Shigeo2016-01-241-2/+2
* rename square to sqrMITSUNARI Shigeo2016-01-243-5/+5
* add test of getInt64MITSUNARI Shigeo2016-01-051-0/+27
* add isGreater, etc.MITSUNARI Shigeo2015-12-281-0/+52
* add isOne and isNegativeMITSUNARI Shigeo2015-12-251-0/+32
* add test of powerMITSUNARI Shigeo2015-12-241-0/+39
* add getUint64MITSUNARI Shigeo2015-11-051-0/+30
* add compare operatorMITSUNARI Shigeo2015-08-201-1/+9
* move ec bench to bench.cppMITSUNARI Shigeo2015-07-281-21/+0
* Test class is not template classMITSUNARI Shigeo2015-07-281-62/+11
* remove bench codeMITSUNARI Shigeo2015-07-281-56/+0
* update to vc2013 ; add mcl.libMITSUNARI Shigeo2015-07-242-7/+7
* bench of toStr16, fromStr16MITSUNARI Shigeo2015-07-081-54/+0
* rename macro ; default define MCL_USE_XBYAK, MCL_USE_LLVMMITSUNARI Shigeo2015-07-071-5/+0
* USE_LLVM=1 does not runMITSUNARI Shigeo2015-07-031-4/+2
* move MontFp to FpMITSUNARI Shigeo2015-06-131-16/+13
* use Gmp::setArrayMITSUNARI Shigeo2015-06-121-23/+7
* add test of setArrayMaskMITSUNARI Shigeo2015-06-121-0/+1
* unify toArray and Gmp::getArrayMITSUNARI Shigeo2015-06-123-43/+47
* Fp_i is not necessaryMITSUNARI Shigeo2015-06-112-14/+8
* rename Gmp to MpzMITSUNARI Shigeo2015-06-112-2/+2
* add elgamal_test.cppMITSUNARI Shigeo2015-06-112-4/+1
* add elgamalMITSUNARI Shigeo2015-06-112-184/+9
* rename Ec::power to Ec::mulMITSUNARI Shigeo2015-06-112-13/+13
* rename Ec::power to Ec::mulMITSUNARI Shigeo2015-06-111-17/+17
* power supports negMITSUNARI Shigeo2015-06-112-2/+14
* rename len to sizeMITSUNARI Shigeo2015-06-112-2/+2
* rename len to sizeMITSUNARI Shigeo2015-06-115-32/+32
* rename BlockType to UnitMITSUNARI Shigeo2015-06-112-24/+24
* test of window method is okMITSUNARI Shigeo2015-06-101-5/+3
* scalar mul okMITSUNARI Shigeo2015-06-101-9/+58
* elgamal classMITSUNARI Shigeo2015-06-092-0/+355
* avoid power.hppMITSUNARI Shigeo2015-06-081-1/+2
* change method nameMITSUNARI Shigeo2015-06-084-80/+80
* rename filesMITSUNARI Shigeo2015-06-082-2/+2
* under refactoringMITSUNARI Shigeo2015-06-081-1/+1
* BitVector conversion is removedMITSUNARI Shigeo2015-06-074-194/+0
* mv FpGenerator to mcl::fpMITSUNARI Shigeo2015-06-071-5/+5
* split UnitMITSUNARI Shigeo2015-06-071-1/+1
* remove local::MITSUNARI Shigeo2015-06-071-5/+5
* rename getCoff to getMontgomeryCoeffMITSUNARI Shigeo2015-06-051-1/+1
* use macroMITSUNARI Shigeo2015-06-011-1/+3
* refactor allMITSUNARI Shigeo2015-05-291-12/+0
* rename isYodd to isOddMITSUNARI Shigeo2015-05-291-2/+2
* fix test for int64_tMITSUNARI Shigeo2015-05-271-4/+5
* fix Makefile for srcMITSUNARI Shigeo2015-05-271-3/+4
* neg_power is not supportedMITSUNARI Shigeo2015-05-261-14/+0
* from mieMITSUNARI Shigeo2015-05-0511-0/+2719