| Commit message (Expand) | Author | Age | Files | Lines |
* | bug fix of mulCTrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 1 | -0/+3 |
* | start to imple GLV for G1 | MITSUNARI Shigeo | 2017-03-26 | 1 | -0/+44 |
* | add test of mapToG2 | MITSUNARI Shigeo | 2017-03-26 | 1 | -0/+4 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+0 |
* | add option for bn384_test | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+22 |
* | defaut constructor of Ec does not clear the memory | MITSUNARI Shigeo | 2017-03-17 | 2 | -1/+9 |
* | add constant time scalar mul for EC | MITSUNARI Shigeo | 2017-03-17 | 1 | -30/+8 |
* | add bn384.hpp | MITSUNARI Shigeo | 2017-03-14 | 1 | -10/+5 |
* | add almost constant-time pow | MITSUNARI Shigeo | 2017-03-14 | 1 | -0/+36 |
* | benchmark of 382-bit pairing | MITSUNARI Shigeo | 2017-03-11 | 1 | -5/+8 |
* | add bn384_test | MITSUNARI Shigeo | 2017-03-10 | 1 | -0/+39 |
* | add apis to precompute | MITSUNARI Shigeo | 2017-03-09 | 1 | -0/+293 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 1 | -259/+0 |
* | add Fr/G1/G2 isValid | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+9 |
* | close after test | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+6 |
* | add test of G1, G2, GT and pairing | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+144 |
* | add test of getStr | MITSUNARI Shigeo | 2017-02-19 | 1 | -2/+8 |
* | test of bn256_if(cnd) | MITSUNARI Shigeo | 2017-02-15 | 1 | -0/+94 |
* | fix getRandVal test | MITSUNARI Shigeo | 2017-02-14 | 1 | -9/+10 |
* | add wrapper functions ; BN::mapToGi | MITSUNARI Shigeo | 2017-02-13 | 1 | -10/+6 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 1 | -17/+17 |
* | add Fp::setMsg() | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+29 |
* | check order of G2 | MITSUNARI Shigeo | 2017-01-29 | 1 | -2/+2 |
* | fix ; ensure that the elements by mapTo.calcG2 is in G2 | MITSUNARI Shigeo | 2017-01-28 | 1 | -2/+10 |
* | change selection of Mont and SqrMont for bitSize == 1024 | MITSUNARI Shigeo | 2017-01-27 | 1 | -4/+4 |
* | disable test if xbyak is not enable | MITSUNARI Shigeo | 2017-01-18 | 1 | -2/+4 |
* | show JIT status | MITSUNARI Shigeo | 2017-01-18 | 1 | -0/+1 |
* | disable Xbyak if SELinux | MITSUNARI Shigeo | 2017-01-18 | 1 | -0/+1 |
* | remove warning for integer literal | MITSUNARI Shigeo | 2017-01-16 | 1 | -1/+1 |
* | add precomputedMillerLoop2 | MITSUNARI Shigeo | 2017-01-16 | 1 | -9/+30 |
* | add precomupted miller loop | MITSUNARI Shigeo | 2017-01-16 | 1 | -10/+14 |
* | enable Compress::fixed_power for Fp254BNb | MITSUNARI Shigeo | 2017-01-14 | 1 | -0/+37 |
* | move test code | MITSUNARI Shigeo | 2016-12-28 | 1 | -9/+9 |
* | udpate benchmark of arm | MITSUNARI Shigeo | 2016-12-26 | 1 | -1/+6 |
* | add random test of pairing | MITSUNARI Shigeo | 2016-12-26 | 1 | -0/+16 |
* | update bench of x64 | MITSUNARI Shigeo | 2016-12-23 | 1 | -3/+4 |
* | add preset of bn256 | MITSUNARI Shigeo | 2016-12-01 | 1 | -9/+3 |
* | optimize Fp6::mul | MITSUNARI Shigeo | 2016-11-22 | 2 | -3/+13 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 1 | -1/+2 |
* | test ok for snark | MITSUNARI Shigeo | 2016-11-17 | 1 | -42/+50 |
* | add SNARK curve parameter, but test does not pass | MITSUNARI Shigeo | 2016-11-16 | 1 | -7/+35 |
* | add fp_shr1 by xbyak | MITSUNARI Shigeo | 2016-11-16 | 1 | -3/+3 |
* | split fp_proto.hpp into proto.hpp and low_func.hpp | MITSUNARI Shigeo | 2016-11-15 | 2 | -2/+3 |
* | fix check for MCL_MAX_BIT_SIZE > 521 | MITSUNARI Shigeo | 2016-10-31 | 1 | -2/+2 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 1 | -3/+3 |
* | rename mul_Unit to mulUnit | MITSUNARI Shigeo | 2016-10-20 | 2 | -6/+6 |
* | unify calcG1 and calcG2 | MITSUNARI Shigeo | 2016-10-17 | 1 | -0/+1 |
* | add MapToG2 | MITSUNARI Shigeo | 2016-10-17 | 1 | -1/+11 |
* | rename addNC, subNC to addPre, subPre | MITSUNARI Shigeo | 2016-10-14 | 3 | -49/+27 |
* | unify low_gmp.hpp to fp_proto.hpp | MITSUNARI Shigeo | 2016-10-11 | 1 | -1/+0 |
* | fix roundup of bitSize | MITSUNARI Shigeo | 2016-10-07 | 1 | -1/+1 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 1 | -3/+3 |
* | rename LLVM functions ; add 'L' | MITSUNARI Shigeo | 2016-09-29 | 1 | -1/+1 |
* | unity fpDbl_mod | MITSUNARI Shigeo | 2016-09-27 | 1 | -2/+2 |
* | remove omitted version | MITSUNARI Shigeo | 2016-09-27 | 1 | -20/+20 |
* | fp_neg requires p | MITSUNARI Shigeo | 2016-09-27 | 1 | -1/+1 |
* | op.sub requires p | MITSUNARI Shigeo | 2016-09-26 | 1 | -1/+1 |
* | op.add requires p | MITSUNARI Shigeo | 2016-09-26 | 2 | -4/+5 |
* | remove warning of vc15 | MITSUNARI Shigeo | 2016-09-24 | 1 | -31/+32 |
* | add subNC x64 asm | MITSUNARI Shigeo | 2016-09-21 | 1 | -34/+36 |
* | benchmark of low_test | MITSUNARI Shigeo | 2016-09-20 | 1 | -17/+27 |
* | move mont_fp_test to fp_test | MITSUNARI Shigeo | 2016-09-19 | 2 | -520/+248 |
* | rewrite fp_test | MITSUNARI Shigeo | 2016-09-18 | 1 | -61/+162 |
* | fix some functions and implementation of io | MITSUNARI Shigeo | 2016-09-05 | 3 | -20/+21 |
* | use prefix(0x and 0b) if it conflicts with base | MITSUNARI Shigeo | 2016-09-05 | 2 | -10/+12 |
* | fix spell | MITSUNARI Shigeo | 2016-09-01 | 2 | -6/+6 |
* | change format of Ec | MITSUNARI Shigeo | 2016-08-29 | 1 | -4/+2 |
* | move setIoMode function to global | MITSUNARI Shigeo | 2016-08-29 | 2 | -16/+16 |
* | add test of IoMode for Ec | MITSUNARI Shigeo | 2016-08-28 | 1 | -0/+34 |
* | add Fp::setIoMode | MITSUNARI Shigeo | 2016-08-28 | 1 | -0/+42 |
* | add F2T::squareRoot | MITSUNARI Shigeo | 2016-08-15 | 3 | -1/+35 |
* | rename map-to-point class | MITSUNARI Shigeo | 2016-08-09 | 1 | -6/+6 |
* | change hash.calc | MITSUNARI Shigeo | 2016-08-06 | 1 | -5/+5 |
* | hash throws if exceptional value | MITSUNARI Shigeo | 2016-08-05 | 1 | -3/+5 |
* | add test | MITSUNARI Shigeo | 2016-08-04 | 1 | -0/+11 |
* | change message | MITSUNARI Shigeo | 2016-07-31 | 1 | -1/+2 |
* | add/sub for 768-bit prime | MITSUNARI Shigeo | 2016-07-28 | 1 | -0/+11 |
* | add mcl_fp_addNC{160,192,224} | MITSUNARI Shigeo | 2016-06-24 | 1 | -1/+10 |
* | another mcl_fp_addNC128 | MITSUNARI Shigeo | 2016-06-24 | 1 | -6/+7 |
* | mcl_fp_addNC128 for arm | MITSUNARI Shigeo | 2016-06-24 | 1 | -4/+8 |
* | add mcl_fp_addNC128 | MITSUNARI Shigeo | 2016-06-24 | 1 | -8/+25 |
* | use template for benchmark | MITSUNARI Shigeo | 2016-06-24 | 1 | -22/+26 |
* | a little faster mcl_fp_addNC96 | MITSUNARI Shigeo | 2016-06-24 | 1 | -3/+3 |
* | 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 |