| Commit message (Expand) | Author | Age | Files | Lines |
* | shortcut for Ec::mul(Px, P, x) if P = 0 | MITSUNARI Shigeo | 2019-03-22 | 1 | -1/+1 |
* | version v0.91 | MITSUNARI Shigeo | 2019-03-14 | 1 | -1/+1 |
* | add version | MITSUNARI Shigeo | 2019-03-12 | 1 | -0/+2 |
* | add Fp::setArray with Mod | MITSUNARI Shigeo | 2019-03-07 | 1 | -1/+3 |
* | fix typo | MITSUNARI Shigeo | 2019-02-04 | 1 | -1/+1 |
* | disable cast-function-type warning of g++-8 | MITSUNARI Shigeo | 2019-01-12 | 1 | -0/+9 |
* | set xi_a in Fp::init | MITSUNARI Shigeo | 2018-11-12 | 1 | -2/+1 |
* | refactor fp_generator.hpp | MITSUNARI Shigeo | 2018-10-31 | 1 | -4/+0 |
* | add MCLBN_IO_SERIALIZE_HEX_STR | MITSUNARI Shigeo | 2018-09-25 | 1 | -1/+1 |
* | add readHexStr, writeHexStr | MITSUNARI Shigeo | 2018-09-24 | 1 | -1/+2 |
* | MCL_XBYAK_DIRECT_CALL is defined if use xbyak | MITSUNARI Shigeo | 2018-09-11 | 1 | -0/+1 |
* | add fp2Dbl_sqrPreA_ | MITSUNARI Shigeo | 2018-08-29 | 1 | -1/+1 |
* | add mclBnG*_isValidOrder | MITSUNARI Shigeo | 2018-08-26 | 1 | -0/+2 |
* | fix twice FpGenerator::init | MITSUNARI Shigeo | 2018-08-22 | 1 | -1/+0 |
* | refactor fp_tower | MITSUNARI Shigeo | 2018-08-22 | 1 | -2/+16 |
* | use mul_xiA | MITSUNARI Shigeo | 2018-08-21 | 1 | -2/+0 |
* | add fp2_mul_xi for xi_a = 1 | MITSUNARI Shigeo | 2018-08-21 | 1 | -0/+2 |
* | refactor Fp::neg | MITSUNARI Shigeo | 2018-08-15 | 1 | -6/+6 |
* | optimize Fp2::add/sub | MITSUNARI Shigeo | 2018-08-15 | 1 | -2/+4 |
* | direct call Fp2::sqr | MITSUNARI Shigeo | 2018-08-15 | 1 | -2/+0 |
* | add fp2_sqr ; but not enable | MITSUNARI Shigeo | 2018-08-07 | 1 | -0/+4 |
* | direct call asm | MITSUNARI Shigeo | 2018-07-26 | 1 | -0/+6 |
* | add fp2Dbl_mulPre | MITSUNARI Shigeo | 2018-07-11 | 1 | -0/+2 |
* | add op.maxN parameter | MITSUNARI Shigeo | 2018-07-10 | 1 | -0/+2 |
* | FpGenerator is remove when xbyak is not used | MITSUNARI Shigeo | 2018-06-20 | 1 | -2/+6 |
* | invTbl is for only xbyak | MITSUNARI Shigeo | 2018-06-10 | 1 | -0/+4 |
* | test for clang | MITSUNARI Shigeo | 2018-06-05 | 1 | -5/+1 |
* | reduce including standard headers | MITSUNARI Shigeo | 2018-05-27 | 1 | -2/+4 |
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -4/+1 |
* | rename vector.hpp to array.hpp | MITSUNARI Shigeo | 2018-05-27 | 1 | -2/+2 |
* | Vector without exception | MITSUNARI Shigeo | 2018-05-23 | 1 | -1/+2 |
* | add Fp::init for mpz_class | MITSUNARI Shigeo | 2018-05-22 | 1 | -1/+4 |
* | remove throw in fp.hpp | MITSUNARI Shigeo | 2018-05-22 | 1 | -5/+1 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -5/+0 |
* | conversion.hpp to include/mcl | MITSUNARI Shigeo | 2018-05-19 | 1 | -6/+0 |
* | add bool version of Op::init | MITSUNARI Shigeo | 2018-05-18 | 1 | -3/+6 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-17 | 1 | -2/+7 |
* | add fast mod for SECP256k1 | MITSUNARI Shigeo | 2018-05-09 | 1 | -1/+1 |
* | fix typo | MITSUNARI Shigeo | 2018-05-06 | 1 | -2/+3 |
* | update doc for IoSerialize | MITSUNARI Shigeo | 2018-05-06 | 1 | -5/+12 |
* | add Fp::setArrayMaskMod | MITSUNARI Shigeo | 2018-05-04 | 1 | -0/+6 |
* | recover IoSeprator | MITSUNARI Shigeo | 2018-03-04 | 1 | -1/+1 |
* | BLS12::addLine is ok | MITSUNARI Shigeo | 2018-03-04 | 1 | -1/+1 |
* | remove XorShift from isPrime | MITSUNARI Shigeo | 2018-02-05 | 1 | -52/+0 |
* | new RandGen | MITSUNARI Shigeo | 2018-02-05 | 1 | -12/+5 |
* | add WrapperRG | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+64 |
* | add Fp::setHashFunc | MITSUNARI Shigeo | 2018-02-04 | 1 | -0/+4 |
* | use hasNext for loadWord | MITSUNARI Shigeo | 2017-12-26 | 1 | -9/+8 |
* | [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 |