Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [generic] disable XBYAK if sizeof(Unit) == 4 | MITSUNARI Shigeo | 2017-09-25 | 1 | -1/+1 |
* | define macro for emscripten | MITSUNARI Shigeo | 2017-08-03 | 1 | -0/+4 |
* | use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT | MITSUNARI Shigeo | 2017-07-31 | 1 | -6/+1 |
* | build ok;test ng | MITSUNARI Shigeo | 2017-07-22 | 1 | -1/+1 |
* | move Frobenius to Fp2 | MITSUNARI Shigeo | 2017-06-26 | 1 | -0/+2 |
* | check the value of MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 1 | -1/+1 |
* | rename IoEcComp to IoFixedSizeByteSeq | MITSUNARI Shigeo | 2017-05-28 | 1 | -6/+6 |
* | rename maxOpUnitSize to maxUnitSize | MITSUNARI Shigeo | 2017-05-08 | 1 | -8/+8 |
* | reduce code generator if MCL_MAX_BIT_SIZE=256 | MITSUNARI Shigeo | 2017-05-08 | 1 | -0/+1 |
* | change value of IoPrefix | MITSUNARI Shigeo | 2017-05-01 | 1 | -6/+6 |
* | all tests passed | MITSUNARI Shigeo | 2017-05-01 | 1 | -1/+14 |
* | change compressedExpression_ to ioMode_ | MITSUNARI Shigeo | 2017-04-28 | 1 | -4/+10 |
* | change api of arrayToStr | MITSUNARI Shigeo | 2017-04-28 | 1 | -0/+3 |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -0/+77 |
* | disable Xbyak if SELinux | MITSUNARI Shigeo | 2017-01-18 | 1 | -1/+1 |
* | a little faster fp2_mul for llvm | MITSUNARI Shigeo | 2017-01-11 | 1 | -0/+2 |
* | optimize divBy2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -0/+2 |
* | (inner) set half = (p+1)/2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -1/+1 |
* | use karatsuba for N >= 8 | MITSUNARI Shigeo | 2016-10-30 | 1 | -1/+1 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 1 | -3/+3 |
* | implementing karatsuba | MITSUNARI Shigeo | 2016-10-21 | 1 | -0/+1 |
* | rename mul_Unit to mulUnit | MITSUNARI Shigeo | 2016-10-20 | 1 | -4/+4 |
* | rename addNC, subNC to addPre, subPre | MITSUNARI Shigeo | 2016-10-14 | 1 | -8/+8 |
* | refactor using gmp | MITSUNARI Shigeo | 2016-10-04 | 1 | -4/+4 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 1 | -0/+2 |
* | refactoring Op::init | MITSUNARI Shigeo | 2016-10-03 | 1 | -39/+40 |
* | fp_mul_Unit requires p | MITSUNARI Shigeo | 2016-09-29 | 1 | -3/+2 |
* | remove montPU | MITSUNARI Shigeo | 2016-09-29 | 1 | -5/+0 |
* | change prototype of mul/sqr | MITSUNARI Shigeo | 2016-09-28 | 1 | -5/+5 |
* | unity fpDbl_mod | MITSUNARI Shigeo | 2016-09-27 | 1 | -6/+1 |
* | same prototype of montRedPU and fpDbl_modP | MITSUNARI Shigeo | 2016-09-27 | 1 | -6/+5 |
* | move rp and p to the top of Op | MITSUNARI Shigeo | 2016-09-27 | 1 | -6/+10 |
* | rename addP, subP to add, sub | MITSUNARI Shigeo | 2016-09-27 | 1 | -4/+0 |
* | remove addP, subP | MITSUNARI Shigeo | 2016-09-27 | 1 | -8/+2 |
* | 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 | 1 | -1/+1 |
* | fix some functions and implementation of io | MITSUNARI Shigeo | 2016-09-05 | 1 | -9/+0 |
* | fix spell | MITSUNARI Shigeo | 2016-09-01 | 1 | -3/+3 |
* | move setIoMode function to global | MITSUNARI Shigeo | 2016-08-29 | 1 | -1/+12 |
* | disable SET_OP_DBL_SIZE if MCL_MAX_OP_BIT_SIZE < 768 | MITSUNARI Shigeo | 2016-08-01 | 1 | -23/+55 |
* | move ModeToStr to fp.cpp | MITSUNARI Shigeo | 2016-06-06 | 1 | -31/+1 |
* | add StrToMode | MITSUNARI Shigeo | 2016-05-30 | 1 | -0/+18 |
* | rename mulU to mul_Unit | MITSUNARI Shigeo | 2016-05-03 | 1 | -4/+4 |
* | rename mulXi to mul_xi | MITSUNARI Shigeo | 2016-05-02 | 1 | -2/+2 |
* | rename xi_c_ to xi_a_ | MITSUNARI Shigeo | 2016-04-19 | 1 | -3/+3 |
* | rename mul_xi to mulXi | MITSUNARI Shigeo | 2016-04-18 | 1 | -2/+2 |
* | rename mulI to mulU | MITSUNARI Shigeo | 2016-04-18 | 1 | -4/+4 |
* | mod_NIST_P521 by llvm | MITSUNARI Shigeo | 2016-03-28 | 1 | -1/+2 |
* | rename isNIST_P192 to primeMode | MITSUNARI Shigeo | 2016-03-24 | 1 | -3/+8 |
* | add fpDbl_mod_NIST_P192 | MITSUNARI Shigeo | 2016-03-23 | 1 | -0/+2 |
* | add mulI | MITSUNARI Shigeo | 2016-03-22 | 1 | -0/+7 |
* | fix mcl_fpDbl_mod_NIST_P192 | MITSUNARI Shigeo | 2016-03-15 | 1 | -3/+7 |
* | benchmark of raw | MITSUNARI Shigeo | 2016-03-08 | 1 | -3/+3 |
* | rename fp_mod to fpDbl_mod | MITSUNARI Shigeo | 2016-03-08 | 1 | -7/+7 |
* | add montRed | MITSUNARI Shigeo | 2016-03-01 | 1 | -2/+5 |
* | test is ok on mont | MITSUNARI Shigeo | 2016-02-23 | 1 | -2/+2 |
* | add fp_mod | MITSUNARI Shigeo | 2016-02-22 | 1 | -3/+10 |
* | add ModeToStr | MITSUNARI Shigeo | 2016-02-22 | 1 | -0/+13 |
* | rename fullBit to isFullBit | MITSUNARI Shigeo | 2016-02-22 | 1 | -4/+4 |
* | add fpDbl_add, sub | MITSUNARI Shigeo | 2016-02-17 | 1 | -0/+13 |
* | add addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 1 | -0/+8 |
* | mov impl of Fp2 to Fp2T | MITSUNARI Shigeo | 2016-02-05 | 1 | -1/+1 |
* | add fp2 | MITSUNARI Shigeo | 2016-02-03 | 1 | -20/+18 |
* | rename op functions to fp_* | MITSUNARI Shigeo | 2016-02-02 | 1 | -23/+28 |
* | add Op2 | MITSUNARI Shigeo | 2016-02-01 | 1 | -0/+15 |
* | add sqrt but not enable | MITSUNARI Shigeo | 2016-01-24 | 1 | -2/+4 |
* | add isOne and isNegative | MITSUNARI Shigeo | 2015-12-25 | 1 | -0/+2 |
* | move mcl.lib from bin to lib | MITSUNARI Shigeo | 2015-09-06 | 1 | -0/+3 |
* | simplify to detect module | MITSUNARI Shigeo | 2015-07-06 | 1 | -0/+1 |
* | reduce toMont inf invMontOp | MITSUNARI Shigeo | 2015-07-05 | 1 | -3/+12 |
* | add wrapper for mcl_fp_mont | MITSUNARI Shigeo | 2015-07-02 | 1 | -1/+12 |
* | fix assign operator | MITSUNARI Shigeo | 2015-07-02 | 1 | -1/+1 |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 1 | -11/+11 |
* | change method name | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+1 |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+1 |
* | use bsr | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+0 |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 1 | -6/+9 |
* | mv FpGenerator to mcl::fp | MITSUNARI Shigeo | 2015-06-07 | 1 | -2/+2 |
* | split Unit | MITSUNARI Shigeo | 2015-06-07 | 1 | -0/+104 |