Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add montRed | MITSUNARI Shigeo | 2016-03-01 | 1 | -5/+5 | |
* | add Fp12::add | MITSUNARI Shigeo | 2016-02-26 | 1 | -0/+22 | |
* | add generic Fp6::mul | MITSUNARI Shigeo | 2016-02-25 | 1 | -1/+5 | |
* | avoid restriction of assert(&z != &x) in Fp6::sqr | MITSUNARI Shigeo | 2016-02-24 | 1 | -3/+3 | |
* | add testFp6::sqr | MITSUNARI Shigeo | 2016-02-24 | 1 | -1/+41 | |
* | bench mode for fp_tower | MITSUNARI Shigeo | 2016-02-23 | 1 | -24/+42 | |
* | test is ok on mont | MITSUNARI Shigeo | 2016-02-23 | 1 | -0/+25 | |
* | test of FpDBl::addNC, subNC | MITSUNARI Shigeo | 2016-02-22 | 1 | -3/+18 | |
* | mv Fp2, FpDbl, Fp6 to mcl | MITSUNARI Shigeo | 2016-02-21 | 1 | -3/+2 | |
* | test all mode for fp_tower | MITSUNARI Shigeo | 2016-02-20 | 1 | -5/+12 | |
* | fix fpDbl_add | MITSUNARI Shigeo | 2016-02-20 | 1 | -3/+2 | |
* | FpDBl::add does not pass test | MITSUNARI Shigeo | 2016-02-20 | 1 | -1/+2 | |
* | FpDbl::add/sub ok | MITSUNARI Shigeo | 2016-02-18 | 1 | -7/+27 | |
* | add test of FpDbl::add/sub | MITSUNARI Shigeo | 2016-02-18 | 1 | -0/+22 | |
* | rename Tag | MITSUNARI Shigeo | 2016-02-15 | 1 | -2/+2 | |
* | move Fp2 to BnT::Fp2 | MITSUNARI Shigeo | 2016-02-15 | 1 | -1/+2 | |
* | test of addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 1 | -2/+8 | |
* | add addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 2 | -0/+12 | |
* | test of mul_xi | MITSUNARI Shigeo | 2016-02-07 | 1 | -1/+8 | |
* | rename fp_ext to fp_tower | MITSUNARI Shigeo | 2016-02-07 | 2 | -2/+2 | |
* | mov impl of Fp2 to Fp2T | MITSUNARI Shigeo | 2016-02-05 | 1 | -0/+4 | |
* | fix Fp2::mul | MITSUNARI Shigeo | 2016-02-04 | 1 | -2/+2 | |
* | fix setStr | MITSUNARI Shigeo | 2016-02-04 | 2 | -1/+109 | |
* | s/sqrRoot/squareRoot/g | MITSUNARI Shigeo | 2016-01-24 | 1 | -2/+2 | |
* | rename square to sqr | MITSUNARI Shigeo | 2016-01-24 | 3 | -5/+5 | |
* | add test of getInt64 | MITSUNARI Shigeo | 2016-01-05 | 1 | -0/+27 | |
* | add isGreater, etc. | MITSUNARI Shigeo | 2015-12-28 | 1 | -0/+52 | |
* | add isOne and isNegative | MITSUNARI Shigeo | 2015-12-25 | 1 | -0/+32 | |
* | add test of power | MITSUNARI Shigeo | 2015-12-24 | 1 | -0/+39 | |
* | add getUint64 | MITSUNARI Shigeo | 2015-11-05 | 1 | -0/+30 | |
* | add compare operator | MITSUNARI Shigeo | 2015-08-20 | 1 | -1/+9 | |
* | move ec bench to bench.cpp | MITSUNARI Shigeo | 2015-07-28 | 1 | -21/+0 | |
* | Test class is not template class | MITSUNARI Shigeo | 2015-07-28 | 1 | -62/+11 | |
* | remove bench code | MITSUNARI Shigeo | 2015-07-28 | 1 | -56/+0 | |
* | update to vc2013 ; add mcl.lib | MITSUNARI Shigeo | 2015-07-24 | 2 | -7/+7 | |
* | bench of toStr16, fromStr16 | MITSUNARI Shigeo | 2015-07-08 | 1 | -54/+0 | |
* | rename macro ; default define MCL_USE_XBYAK, MCL_USE_LLVM | MITSUNARI Shigeo | 2015-07-07 | 1 | -5/+0 | |
* | USE_LLVM=1 does not run | MITSUNARI Shigeo | 2015-07-03 | 1 | -4/+2 | |
* | move MontFp to Fp | MITSUNARI Shigeo | 2015-06-13 | 1 | -16/+13 | |
* | use Gmp::setArray | MITSUNARI Shigeo | 2015-06-12 | 1 | -23/+7 | |
* | add test of setArrayMask | MITSUNARI Shigeo | 2015-06-12 | 1 | -0/+1 | |
* | unify toArray and Gmp::getArray | MITSUNARI Shigeo | 2015-06-12 | 3 | -43/+47 | |
* | Fp_i is not necessary | MITSUNARI Shigeo | 2015-06-11 | 2 | -14/+8 | |
* | rename Gmp to Mpz | MITSUNARI Shigeo | 2015-06-11 | 2 | -2/+2 | |
* | add elgamal_test.cpp | MITSUNARI Shigeo | 2015-06-11 | 2 | -4/+1 | |
* | add elgamal | MITSUNARI Shigeo | 2015-06-11 | 2 | -184/+9 | |
* | rename Ec::power to Ec::mul | MITSUNARI Shigeo | 2015-06-11 | 2 | -13/+13 | |
* | rename Ec::power to Ec::mul | MITSUNARI Shigeo | 2015-06-11 | 1 | -17/+17 | |
* | power supports neg | MITSUNARI Shigeo | 2015-06-11 | 2 | -2/+14 | |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 2 | -2/+2 | |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 5 | -32/+32 | |
* | rename BlockType to Unit | MITSUNARI Shigeo | 2015-06-11 | 2 | -24/+24 | |
* | test of window method is ok | MITSUNARI Shigeo | 2015-06-10 | 1 | -5/+3 | |
* | scalar mul ok | MITSUNARI Shigeo | 2015-06-10 | 1 | -9/+58 | |
* | elgamal class | MITSUNARI Shigeo | 2015-06-09 | 2 | -0/+355 | |
* | avoid power.hpp | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+2 | |
* | change method name | MITSUNARI Shigeo | 2015-06-08 | 4 | -80/+80 | |
* | rename files | MITSUNARI Shigeo | 2015-06-08 | 2 | -2/+2 | |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+1 | |
* | BitVector conversion is removed | MITSUNARI Shigeo | 2015-06-07 | 4 | -194/+0 | |
* | mv FpGenerator to mcl::fp | MITSUNARI Shigeo | 2015-06-07 | 1 | -5/+5 | |
* | split Unit | MITSUNARI Shigeo | 2015-06-07 | 1 | -1/+1 | |
* | remove local:: | MITSUNARI Shigeo | 2015-06-07 | 1 | -5/+5 | |
* | rename getCoff to getMontgomeryCoeff | MITSUNARI Shigeo | 2015-06-05 | 1 | -1/+1 | |
* | use macro | MITSUNARI Shigeo | 2015-06-01 | 1 | -1/+3 | |
* | refactor all | MITSUNARI Shigeo | 2015-05-29 | 1 | -12/+0 | |
* | rename isYodd to isOdd | MITSUNARI Shigeo | 2015-05-29 | 1 | -2/+2 | |
* | fix test for int64_t | MITSUNARI Shigeo | 2015-05-27 | 1 | -4/+5 | |
* | fix Makefile for src | MITSUNARI Shigeo | 2015-05-27 | 1 | -3/+4 | |
* | neg_power is not supported | MITSUNARI Shigeo | 2015-05-26 | 1 | -14/+0 | |
* | from mie | MITSUNARI Shigeo | 2015-05-05 | 11 | -0/+2719 |