| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add mul4x4 | MITSUNARI Shigeo | 2016-03-07 | 1 | -7/+99 |
* | rename gen_in_* to gen_raw_* | MITSUNARI Shigeo | 2016-03-07 | 1 | -6/+6 |
* | refactor gen_fp_sub | MITSUNARI Shigeo | 2016-03-07 | 1 | -48/+47 |
* | refactor gen_fp_add | MITSUNARI Shigeo | 2016-03-07 | 1 | -74/+48 |
* | gen_fpDbl_add is ok | MITSUNARI Shigeo | 2016-03-07 | 1 | -11/+18 |
* | separate gen_addMod4 | MITSUNARI Shigeo | 2016-03-07 | 1 | -13/+69 |
* | under construction of gen_fpDbl_add | MITSUNARI Shigeo | 2016-03-07 | 2 | -7/+34 |
* | refactor | MITSUNARI Shigeo | 2016-03-06 | 1 | -25/+12 |
* | remove addNC_, subNC_ in generator | MITSUNARI Shigeo | 2016-03-06 | 1 | -28/+26 |
* | refactor test of fp_generator | MITSUNARI Shigeo | 2016-03-06 | 2 | -23/+14 |
* | move setting of op | MITSUNARI Shigeo | 2016-03-06 | 1 | -1/+16 |
* | add op | MITSUNARI Shigeo | 2016-03-05 | 1 | -6/+6 |
* | compare Fp2::mul with Fp2::mulByFpDbl | MITSUNARI Shigeo | 2016-03-04 | 1 | -19/+20 |
* | add gen_montRed3 | MITSUNARI Shigeo | 2016-03-03 | 1 | -8/+136 |
* | rename pp_ to rp_ | MITSUNARI Shigeo | 2016-03-01 | 1 | -33/+33 |
* | use mov_rr | MITSUNARI Shigeo | 2016-03-01 | 1 | -4/+1 |
* | fix gen_montRed4 | MITSUNARI Shigeo | 2016-03-01 | 1 | -1/+1 |
* | add montRed by Xbyak(not running) | MITSUNARI Shigeo | 2016-03-01 | 1 | -0/+124 |
* | use montRed for fp_mod if isMont | MITSUNARI Shigeo | 2016-03-01 | 1 | -0/+1 |
* | add montRed | MITSUNARI Shigeo | 2016-03-01 | 3 | -7/+31 |
* | add arguments name to prototype | MITSUNARI Shigeo | 2016-03-01 | 1 | -9/+9 |
* | change class to struct | MITSUNARI Shigeo | 2016-02-28 | 1 | -1/+1 |
* | add Fp12::add | MITSUNARI Shigeo | 2016-02-26 | 1 | -0/+83 |
* | add generic Fp6::mul | MITSUNARI Shigeo | 2016-02-25 | 1 | -12/+53 |
* | avoid restriction of assert(&z != &x) in Fp6::sqr | MITSUNARI Shigeo | 2016-02-24 | 1 | -20/+19 |
* | add testFp6::sqr | MITSUNARI Shigeo | 2016-02-24 | 1 | -18/+23 |
* | disable of FpDbl | MITSUNARI Shigeo | 2016-02-23 | 1 | -1/+1 |
* | imple Fp2::mul by FpDbl | MITSUNARI Shigeo | 2016-02-23 | 1 | -0/+23 |
* | test is ok on mont | MITSUNARI Shigeo | 2016-02-23 | 3 | -13/+14 |
* | add fp_mod | MITSUNARI Shigeo | 2016-02-22 | 3 | -7/+20 |
* | add ModeToStr | MITSUNARI Shigeo | 2016-02-22 | 1 | -0/+13 |
* | rename fullBit to isFullBit | MITSUNARI Shigeo | 2016-02-22 | 2 | -4/+5 |
* | mv Fp2, FpDbl, Fp6 to mcl | MITSUNARI Shigeo | 2016-02-21 | 2 | -380/+385 |
* | fix fpDbl_add | MITSUNARI Shigeo | 2016-02-20 | 1 | -2/+3 |
* | FpDBl::add does not pass test | MITSUNARI Shigeo | 2016-02-20 | 1 | -0/+8 |
* | fix set correct oneRep when useMont is not set | MITSUNARI Shigeo | 2016-02-20 | 1 | -14/+13 |
* | add fpDbl_add,sub | MITSUNARI Shigeo | 2016-02-19 | 1 | -0/+10 |
* | rename class to struct | MITSUNARI Shigeo | 2016-02-19 | 1 | -1/+1 |
* | FpDbl::add/sub ok | MITSUNARI Shigeo | 2016-02-18 | 1 | -2/+2 |
* | fill extra region of z with zero | MITSUNARI Shigeo | 2016-02-18 | 1 | -5/+14 |
* | add test of FpDbl::add/sub | MITSUNARI Shigeo | 2016-02-18 | 2 | -0/+18 |
* | add fpDbl_add, sub | MITSUNARI Shigeo | 2016-02-17 | 3 | -0/+29 |
* | rename Tag | MITSUNARI Shigeo | 2016-02-15 | 1 | -3/+3 |
* | move Fp2 to BnT::Fp2 | MITSUNARI Shigeo | 2016-02-15 | 2 | -348/+346 |
* | fix typo | MITSUNARI Shigeo | 2016-02-15 | 1 | -1/+1 |
* | add Fp6::sqr, neg | MITSUNARI Shigeo | 2016-02-12 | 1 | -0/+71 |
* | add Fp6::add, sub | MITSUNARI Shigeo | 2016-02-11 | 1 | -4/+29 |
* | use assert | MITSUNARI Shigeo | 2016-02-11 | 1 | -3/+1 |
* | add fp_addNC by llvm | MITSUNARI Shigeo | 2016-02-09 | 2 | -11/+13 |
* | test of addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 1 | -0/+8 |
* | add addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 3 | -0/+25 |
* | fix sqr for win64 | MITSUNARI Shigeo | 2016-02-07 | 1 | -1/+1 |
* | fix style | MITSUNARI Shigeo | 2016-02-07 | 1 | -1/+2 |
* | disable warning of vc | MITSUNARI Shigeo | 2016-02-07 | 3 | -2/+12 |
* | test of mul_xi | MITSUNARI Shigeo | 2016-02-07 | 1 | -0/+1 |
* | rename fp_ext to fp_tower | MITSUNARI Shigeo | 2016-02-07 | 1 | -0/+0 |
* | easier to read impl of Fp2 | MITSUNARI Shigeo | 2016-02-05 | 1 | -52/+38 |
* | mov impl of Fp2 to Fp2T | MITSUNARI Shigeo | 2016-02-05 | 3 | -106/+135 |
* | fix Fp2::mul | MITSUNARI Shigeo | 2016-02-04 | 1 | -1/+0 |
* | fix setStr | MITSUNARI Shigeo | 2016-02-04 | 2 | -23/+23 |
* | add Fp2 | MITSUNARI Shigeo | 2016-02-04 | 1 | -0/+143 |
* | add fp2 | MITSUNARI Shigeo | 2016-02-03 | 2 | -20/+124 |
* | rename op functions to fp_* | MITSUNARI Shigeo | 2016-02-02 | 2 | -59/+64 |
* | add Op2 | MITSUNARI Shigeo | 2016-02-01 | 1 | -0/+15 |
* | move some functions to private | MITSUNARI Shigeo | 2016-02-01 | 1 | -15/+16 |
* | add setStr/getStr | MITSUNARI Shigeo | 2016-02-01 | 1 | -18/+32 |
* | add link to ZKP | MITSUNARI Shigeo | 2016-02-01 | 1 | -0/+1 |
* | use gmp for >256 | MITSUNARI Shigeo | 2016-01-25 | 1 | -0/+1 |
* | s/sqrRoot/squareRoot/g | MITSUNARI Shigeo | 2016-01-24 | 2 | -2/+2 |
* | rename square to sqr | MITSUNARI Shigeo | 2016-01-24 | 4 | -37/+37 |
* | fix sqr | MITSUNARI Shigeo | 2016-01-24 | 2 | -11/+19 |
* | add sqrt but not enable | MITSUNARI Shigeo | 2016-01-24 | 2 | -3/+13 |
* | a little faster power | MITSUNARI Shigeo | 2016-01-07 | 2 | -12/+44 |
* | add test of getInt64 | MITSUNARI Shigeo | 2016-01-05 | 1 | -45/+4 |
* | add getInt64 | MITSUNARI Shigeo | 2016-01-05 | 1 | -19/+48 |
* | variable ecmode | MITSUNARI Shigeo | 2015-12-28 | 1 | -54/+45 |
* | add mode for proj/jacobi | MITSUNARI Shigeo | 2015-12-28 | 1 | -52/+93 |
* | add p160_1 for test | MITSUNARI Shigeo | 2015-12-28 | 1 | -0/+1 |
* | add opti for P.z = 1 | MITSUNARI Shigeo | 2015-12-28 | 1 | -12/+38 |
* | default use jacobi | MITSUNARI Shigeo | 2015-12-28 | 1 | -1/+1 |
* | add opti code for Q.z = 1 | MITSUNARI Shigeo | 2015-12-28 | 1 | -71/+60 |
* | specialization for Q.z = 1 | MITSUNARI Shigeo | 2015-12-28 | 1 | -32/+80 |
* | add isGreater, etc. | MITSUNARI Shigeo | 2015-12-28 | 2 | -11/+37 |
* | use fast set 1 | MITSUNARI Shigeo | 2015-12-26 | 1 | -3/+10 |
* | use isOne | MITSUNARI Shigeo | 2015-12-26 | 1 | -3/+3 |
* | add isOne and isNegative | MITSUNARI Shigeo | 2015-12-25 | 2 | -0/+20 |
* | add test of power | MITSUNARI Shigeo | 2015-12-24 | 2 | -2/+3 |
* | a little optimize of power | MITSUNARI Shigeo | 2015-12-22 | 3 | -10/+47 |
* | add getUint64 | MITSUNARI Shigeo | 2015-11-05 | 1 | -0/+27 |
* | update elgamal.hpp | MITSUNARI Shigeo | 2015-11-05 | 1 | -40/+82 |
* | add include header to ec.hpp | MITSUNARI Shigeo | 2015-11-04 | 1 | -2/+4 |
* | add comment for version of vc | MITSUNARI Shigeo | 2015-09-14 | 1 | -3/+3 |
* | add MCL_NO_AUTOLINK to prevent autolink | MITSUNARI Shigeo | 2015-09-14 | 1 | -4/+6 |
* | move mcl.lib from bin to lib | MITSUNARI Shigeo | 2015-09-06 | 2 | -2/+5 |
* | toStr/fromStr are backward compatibility | MITSUNARI Shigeo | 2015-09-03 | 1 | -0/+8 |
* | add compare operator | MITSUNARI Shigeo | 2015-08-20 | 1 | -5/+9 |
* | add isLess | MITSUNARI Shigeo | 2015-08-20 | 2 | -0/+20 |
* | add useMont() | MITSUNARI Shigeo | 2015-08-19 | 1 | -3/+4 |
* | update to vc2013 ; add mcl.lib | MITSUNARI Shigeo | 2015-07-24 | 1 | -0/+5 |
* | rename macro ; default define MCL_USE_XBYAK, MCL_USE_LLVM | MITSUNARI Shigeo | 2015-07-07 | 1 | -4/+4 |
* | mode select runs well | MITSUNARI Shigeo | 2015-07-07 | 1 | -5/+1 |
* | simplify to detect module | MITSUNARI Shigeo | 2015-07-06 | 2 | -6/+15 |
* | reduce toMont inf invMontOp | MITSUNARI Shigeo | 2015-07-05 | 1 | -3/+12 |
* | USE_LLVM=1 does not run | MITSUNARI Shigeo | 2015-07-03 | 1 | -2/+22 |
* | add wrapper for mcl_fp_mont | MITSUNARI Shigeo | 2015-07-02 | 2 | -9/+24 |
* | fix assign operator | MITSUNARI Shigeo | 2015-07-02 | 1 | -1/+1 |
* | add mode for setModulo | MITSUNARI Shigeo | 2015-06-21 | 1 | -1/+8 |
* | unify toArray and Gmp::getArray | MITSUNARI Shigeo | 2015-06-12 | 3 | -27/+45 |
* | QQQ:test copyAndMask | MITSUNARI Shigeo | 2015-06-11 | 2 | -11/+17 |
* | rename Gmp to Mpz | MITSUNARI Shigeo | 2015-06-11 | 2 | -7/+7 |
* | rename toStr/fromStr to getStr/setStr | MITSUNARI Shigeo | 2015-06-11 | 1 | -16/+21 |
* | add elgamal | MITSUNARI Shigeo | 2015-06-11 | 2 | -154/+137 |
* | rename Ec::power to Ec::mul | MITSUNARI Shigeo | 2015-06-11 | 3 | -39/+40 |
* | rename Ec::power to Ec::mul | MITSUNARI Shigeo | 2015-06-11 | 1 | -7/+7 |
* | power supports neg | MITSUNARI Shigeo | 2015-06-11 | 3 | -12/+13 |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 1 | -2/+2 |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 7 | -103/+103 |
* | rename BlockType to Unit | MITSUNARI Shigeo | 2015-06-11 | 4 | -12/+12 |
* | remove BlockType | MITSUNARI Shigeo | 2015-06-11 | 2 | -2/+0 |
* | test of window method is ok | MITSUNARI Shigeo | 2015-06-10 | 2 | -16/+11 |
* | scalar mul ok | MITSUNARI Shigeo | 2015-06-10 | 2 | -69/+99 |
* | elgamal class | MITSUNARI Shigeo | 2015-06-09 | 2 | -0/+635 |
* | compare is enable | MITSUNARI Shigeo | 2015-06-08 | 1 | -2/+0 |
* | add comment | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+1 |
* | power.hpp is removed | MITSUNARI Shigeo | 2015-06-08 | 5 | -264/+16 |
* | avoid power.hpp | MITSUNARI Shigeo | 2015-06-08 | 3 | -35/+60 |
* | operator.hpp is removed | MITSUNARI Shigeo | 2015-06-08 | 1 | -108/+0 |
* | avoid operator.hpp | MITSUNARI Shigeo | 2015-06-08 | 1 | -9/+27 |
* | add compareRaw | MITSUNARI Shigeo | 2015-06-08 | 2 | -10/+18 |
* | fix setRand | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+1 |
* | change method name | MITSUNARI Shigeo | 2015-06-08 | 5 | -39/+38 |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 2 | -15/+5 |
* | use bsr | MITSUNARI Shigeo | 2015-06-08 | 4 | -4/+8 |
* | rename files | MITSUNARI Shigeo | 2015-06-08 | 3 | -4/+2 |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 5 | -160/+59 |
* | remove getBitVecSize | MITSUNARI Shigeo | 2015-06-07 | 2 | -13/+0 |
* | BitVector conversion is removed | MITSUNARI Shigeo | 2015-06-07 | 3 | -158/+0 |
* | mv FpGenerator to mcl::fp | MITSUNARI Shigeo | 2015-06-07 | 2 | -3/+5 |
* | split Unit | MITSUNARI Shigeo | 2015-06-07 | 5 | -92/+96 |
* | remove local:: | MITSUNARI Shigeo | 2015-06-07 | 2 | -8/+4 |
* | remove unnecesasry header | MITSUNARI Shigeo | 2015-06-05 | 1 | -4/+2 |
* | remove mont_fp.hpp | MITSUNARI Shigeo | 2015-06-05 | 3 | -489/+21 |
* | rename getCoff to getMontgomeryCoeff | MITSUNARI Shigeo | 2015-06-05 | 4 | -159/+149 |
* | move some functions to src | MITSUNARI Shigeo | 2015-06-05 | 2 | -80/+19 |
* | rename functions | MITSUNARI Shigeo | 2015-06-05 | 2 | -29/+22 |
* | MontFp::init is a simple function | MITSUNARI Shigeo | 2015-06-03 | 2 | -57/+41 |
* | MontFp is a simple class | MITSUNARI Shigeo | 2015-06-03 | 2 | -58/+60 |
* | move members in MontFp to Op | MITSUNARI Shigeo | 2015-06-03 | 2 | -64/+29 |
* | prepair to split FpGenerator | MITSUNARI Shigeo | 2015-06-03 | 2 | -10/+19 |
* | use Op instead of p | MITSUNARI Shigeo | 2015-06-01 | 2 | -2/+5 |
* | use macro | MITSUNARI Shigeo | 2015-06-01 | 1 | -48/+14 |
* | move initOp to src | MITSUNARI Shigeo | 2015-06-01 | 2 | -267/+2 |
* | FixedFp is a simple function | MITSUNARI Shigeo | 2015-06-01 | 2 | -146/+130 |
* | refactor all | MITSUNARI Shigeo | 2015-05-29 | 2 | -163/+242 |
* | pass op to init | MITSUNARI Shigeo | 2015-05-29 | 2 | -27/+40 |
* | move SquareRoot, bitLen to Op | MITSUNARI Shigeo | 2015-05-29 | 2 | -33/+32 |
* | rename isYodd to isOdd | MITSUNARI Shigeo | 2015-05-29 | 2 | -4/+4 |
* | move Block to fp | MITSUNARI Shigeo | 2015-05-28 | 1 | -11/+12 |
* | fix Makefile for src | MITSUNARI Shigeo | 2015-05-27 | 1 | -0/+9 |
* | remove Optimized | MITSUNARI Shigeo | 2015-05-26 | 2 | -24/+0 |
* | from mie | MITSUNARI Shigeo | 2015-05-05 | 11 | -0/+4867 |