| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mcl_fp_addNC96 | MITSUNARI Shigeo | 2016-06-21 | 1 | -2/+23 |
* | fast version of mcl_fp_addNC64 | MITSUNARI Shigeo | 2016-06-21 | 1 | -6/+0 |
* | mov low_armv7.s | MITSUNARI Shigeo | 2016-06-21 | 1 | -25/+0 |
* | test mcl_fp_addNC64 for armv7 | MITSUNARI Shigeo | 2016-06-21 | 2 | -2/+37 |
* | test addNC256 | MITSUNARI Shigeo | 2016-06-21 | 1 | -0/+24 |
* | add bn_test vc proj | MITSUNARI Shigeo | 2016-06-15 | 1 | -0/+88 |
* | add test for setCache | MITSUNARI Shigeo | 2016-06-14 | 1 | -0/+3 |
* | remove warning for 32bit | MITSUNARI Shigeo | 2016-06-06 | 1 | -2/+2 |
* | add fp_mont for gmp | MITSUNARI Shigeo | 2016-06-06 | 1 | -1/+1 |
* | add -m option | MITSUNARI Shigeo | 2016-06-03 | 1 | -1/+22 |
* | rename optimalAtePairing to pairing | MITSUNARI Shigeo | 2016-05-30 | 1 | -2/+2 |
* | remove unnecessary include header | MITSUNARI Shigeo | 2016-05-30 | 1 | -5/+0 |
* | change include dir of cybozulib_ext | MITSUNARI Shigeo | 2016-05-10 | 2 | -6/+0 |
* | rename Fp2 to Fp_other to avoid misleading | MITSUNARI Shigeo | 2016-05-06 | 1 | -4/+4 |
* | remove debug clk code | MITSUNARI Shigeo | 2016-05-04 | 1 | -2/+1 |
* | add fasterSqr | MITSUNARI Shigeo | 2016-05-04 | 1 | -1/+3 |
* | rename power to pow | MITSUNARI Shigeo | 2016-05-04 | 4 | -19/+19 |
* | update benchmark comment | MITSUNARI Shigeo | 2016-05-04 | 1 | -1/+7 |
* | faster finalExp | MITSUNARI Shigeo | 2016-05-03 | 1 | -2/+2 |
* | rename mulU to mul_Unit | MITSUNARI Shigeo | 2016-05-03 | 2 | -5/+5 |
* | comment difference finalExp | MITSUNARI Shigeo | 2016-05-02 | 1 | -0/+3 |
* | rename mulXi to mul_xi | MITSUNARI Shigeo | 2016-05-02 | 1 | -6/+6 |
* | add bench | MITSUNARI Shigeo | 2016-05-02 | 1 | -0/+6 |
* | add ec test of fpMode | MITSUNARI Shigeo | 2016-04-30 | 1 | -4/+17 |
* | remove base argument in Fp::init | MITSUNARI Shigeo | 2016-04-30 | 7 | -33/+33 |
* | rename Ec::setParam to Ec::init | MITSUNARI Shigeo | 2016-04-29 | 3 | -5/+14 |
* | add Fp::divBy2 | MITSUNARI Shigeo | 2016-04-28 | 1 | -0/+15 |
* | add test of pairing(not pass) | MITSUNARI Shigeo | 2016-04-27 | 1 | -20/+44 |
* | add test of edge of Fp::mul | MITSUNARI Shigeo | 2016-04-27 | 1 | -11/+29 |
* | add test edge | MITSUNARI Shigeo | 2016-04-26 | 1 | -1/+8 |
* | makeing Naive::pairing | MITSUNARI Shigeo | 2016-04-26 | 1 | -5/+43 |
* | change isOdd is member method | MITSUNARI Shigeo | 2016-04-26 | 1 | -2/+2 |
* | start to impl naive optimal ate | MITSUNARI Shigeo | 2016-04-25 | 1 | -0/+19 |
* | rename Fp::Dbl to FpDbl | MITSUNARI Shigeo | 2016-04-25 | 1 | -1/+1 |
* | a little optimization of Fp6::inv | MITSUNARI Shigeo | 2016-04-22 | 1 | -20/+22 |
* | add global function of add, sub, etc. | MITSUNARI Shigeo | 2016-04-20 | 1 | -14/+14 |
* | change FpDblT to FpT::Dbl | MITSUNARI Shigeo | 2016-04-20 | 1 | -1/+1 |
* | add test of gmp | MITSUNARI Shigeo | 2016-04-19 | 1 | -0/+23 |
* | rename Gmp to gmp | MITSUNARI Shigeo | 2016-04-19 | 7 | -40/+40 |
* | rename xi_c_ to xi_a_ | MITSUNARI Shigeo | 2016-04-19 | 1 | -2/+2 |
* | add Fp12::inv | MITSUNARI Shigeo | 2016-04-19 | 1 | -0/+7 |
* | fix test of Fp2::power | MITSUNARI Shigeo | 2016-04-18 | 2 | -3/+18 |
* | Fp2::power does not run well | MITSUNARI Shigeo | 2016-04-18 | 1 | -0/+9 |
* | use Operator | MITSUNARI Shigeo | 2016-04-18 | 1 | -0/+4 |
* | add Fp12::sqr | MITSUNARI Shigeo | 2016-04-18 | 1 | -0/+18 |
* | rename mul_xi to mulXi | MITSUNARI Shigeo | 2016-04-18 | 1 | -6/+6 |
* | rename mulI to mulU | MITSUNARI Shigeo | 2016-04-18 | 2 | -7/+7 |
* | remove getStr/setStr for extension of Fp | MITSUNARI Shigeo | 2016-04-18 | 1 | -6/+6 |
* | change format of ec | MITSUNARI Shigeo | 2016-04-18 | 1 | -2/+2 |
* | add test of stream | MITSUNARI Shigeo | 2016-04-18 | 2 | -0/+24 |
* | change string formart of ec | MITSUNARI Shigeo | 2016-04-18 | 1 | -3/+13 |
* | fix Fp6::mul(x, x, y); | MITSUNARI Shigeo | 2016-04-14 | 1 | -3/+2 |
* | add Fp6::inv | MITSUNARI Shigeo | 2016-04-13 | 1 | -0/+11 |
* | rewrite Makefile | MITSUNARI Shigeo | 2016-04-12 | 1 | -31/+0 |
* | remove warning of vc | MITSUNARI Shigeo | 2016-04-11 | 1 | -1/+1 |
* | fix ifdef | MITSUNARI Shigeo | 2016-04-11 | 1 | -2/+0 |
* | fix proj | MITSUNARI Shigeo | 2016-04-11 | 1 | -1/+1 |
* | add fp_tower_test proj | MITSUNARI Shigeo | 2016-04-11 | 1 | -0/+91 |
* | xbyak version supports NICT521 | MITSUNARI Shigeo | 2016-03-28 | 1 | -10/+22 |
* | mod_NIST_P521 by llvm | MITSUNARI Shigeo | 2016-03-28 | 2 | -4/+35 |
* | add mulI | MITSUNARI Shigeo | 2016-03-22 | 1 | -1/+10 |
* | check validation of (x, y) in setStr | MITSUNARI Shigeo | 2016-03-21 | 1 | -0/+4 |
* | add Fp6::setStr | MITSUNARI Shigeo | 2016-03-20 | 1 | -0/+13 |
* | add java api | MITSUNARI Shigeo | 2016-03-18 | 1 | -4/+3 |
* | move conversion.hpp from include to src | MITSUNARI Shigeo | 2016-03-16 | 2 | -2/+2 |
* | mov fp_generator from include to src | MITSUNARI Shigeo | 2016-03-16 | 2 | -2/+2 |
* | add test for NIST_P192 | MITSUNARI Shigeo | 2016-03-12 | 1 | -4/+3 |
* | use mul2 instead of mul | MITSUNARI Shigeo | 2016-03-12 | 1 | -3/+2 |
* | try to other impl. but it is a little slower | MITSUNARI Shigeo | 2016-03-12 | 1 | -1/+1 |
* | mulPre2 is ok ; mod2 is ng | MITSUNARI Shigeo | 2016-03-10 | 1 | -2/+1 |
* | fix test value | MITSUNARI Shigeo | 2016-03-10 | 1 | -3/+3 |
* | add test of N=2 | MITSUNARI Shigeo | 2016-03-10 | 1 | -3/+16 |
* | remove unnecessary code of fpDbl_mod3 | MITSUNARI Shigeo | 2016-03-10 | 1 | -2/+36 |
* | add sqr3x3 | MITSUNARI Shigeo | 2016-03-09 | 1 | -5/+10 |
* | refactor test of fp_generator | MITSUNARI Shigeo | 2016-03-06 | 1 | -20/+15 |
* | add op | MITSUNARI Shigeo | 2016-03-05 | 1 | -1/+2 |
* | compare Fp2::mul with Fp2::mulByFpDbl | MITSUNARI Shigeo | 2016-03-04 | 1 | -2/+4 |
* | use montRed for fp_mod if isMont | MITSUNARI Shigeo | 2016-03-01 | 1 | -4/+1 |
* | 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 |