| Commit message (Expand) | Author | Age | Files | Lines |
* | add Fp::setArray with Mod | MITSUNARI Shigeo | 2019-03-07 | 1 | -0/+22 |
* | fix crash on x64-CPU without AVX | MITSUNARI Shigeo | 2019-01-31 | 1 | -2/+2 |
* | update cybozulib(Sha api is changed) | MITSUNARI Shigeo | 2018-11-26 | 1 | -21/+2 |
* | setByCSPRNG uses setArrayMask to be compatible to setHashOf | MITSUNARI Shigeo | 2018-11-23 | 1 | -15/+0 |
* | remove warning of vc | MITSUNARI Shigeo | 2018-11-13 | 1 | -2/+2 |
* | set xi_a in Fp::init | MITSUNARI Shigeo | 2018-11-12 | 1 | -6/+2 |
* | enable Fp::sqr for bls12 | MITSUNARI Shigeo | 2018-11-01 | 1 | -7/+6 |
* | add mclBn_setRandFunc | MITSUNARI Shigeo | 2018-10-28 | 1 | -2/+4 |
* | add fp_sub6 for bls12 | MITSUNARI Shigeo | 2018-10-14 | 1 | -1/+1 |
* | makefile to support cygwin/mingw | MITSUNARI Shigeo | 2018-07-26 | 1 | -1/+1 |
* | check selinux without mprotect | MITSUNARI Shigeo | 2018-07-21 | 1 | -8/+18 |
* | add op.maxN parameter | MITSUNARI Shigeo | 2018-07-10 | 1 | -7/+10 |
* | FpGenerator is remove when xbyak is not used | MITSUNARI Shigeo | 2018-06-20 | 1 | -8/+0 |
* | fix wrong return value | MITSUNARI Shigeo | 2018-06-04 | 1 | -1/+1 |
* | reduce including standard headers | MITSUNARI Shigeo | 2018-05-27 | 1 | -0/+2 |
* | build bn_c256 with -fno-exceptions | MITSUNARI Shigeo | 2018-05-27 | 1 | -4/+4 |
* | reducing string/throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -18/+37 |
* | split error and throw | MITSUNARI Shigeo | 2018-05-27 | 1 | -6/+6 |
* | add Fp::init for mpz_class | MITSUNARI Shigeo | 2018-05-22 | 1 | -17/+10 |
* | remove throw in fp.hpp | MITSUNARI Shigeo | 2018-05-22 | 1 | -12/+2 |
* | split getUint64/getInt64 for throw | MITSUNARI Shigeo | 2018-05-22 | 1 | -5/+3 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -27/+8 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -74/+3 |
* | conversion.hpp to include/mcl | MITSUNARI Shigeo | 2018-05-19 | 1 | -18/+1 |
* | add bool version of Op::init | MITSUNARI Shigeo | 2018-05-18 | 1 | -34/+21 |
* | refactor strToArray | MITSUNARI Shigeo | 2018-05-18 | 1 | -20/+16 |
* | add hexToArray | MITSUNARI Shigeo | 2018-05-17 | 1 | -3/+17 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-17 | 1 | -42/+40 |
* | remove random_generator.hpp in bn_c_impl.hpp | MITSUNARI Shigeo | 2018-05-13 | 1 | -1/+0 |
* | add fast mod for SECP256k1 | MITSUNARI Shigeo | 2018-05-09 | 1 | -0/+14 |
* | fix ; recover old spec for SmallMask | MITSUNARI Shigeo | 2018-05-08 | 1 | -2/+3 |
* | fix typo | MITSUNARI Shigeo | 2018-05-06 | 1 | -4/+4 |
* | add Fp::setArrayMaskMod | MITSUNARI Shigeo | 2018-05-04 | 1 | -10/+16 |
* | add assert for setByCSPRNG | MITSUNARI Shigeo | 2018-04-15 | 1 | -0/+1 |
* | remove XorShift from isPrime | MITSUNARI Shigeo | 2018-02-05 | 1 | -9/+2 |
* | new RandGen | MITSUNARI Shigeo | 2018-02-05 | 1 | -2/+8 |
* | add WrapperRG | MITSUNARI Shigeo | 2018-02-05 | 1 | -0/+16 |
* | add Fp::setHashFunc | MITSUNARI Shigeo | 2018-02-04 | 1 | -13/+23 |
* | use hasNext for loadWord | MITSUNARI Shigeo | 2017-12-26 | 1 | -10/+4 |
* | add Fp::save, load | MITSUNARI Shigeo | 2017-12-24 | 1 | -17/+11 |
* | remove testHashAndMapto in bn_test.cpp | MITSUNARI Shigeo | 2017-09-24 | 1 | -6/+9 |
* | use SHA-2 if MCL_DONT_USE_OPENSSL | MITSUNARI Shigeo | 2017-09-24 | 1 | -11/+7 |
* | disable message | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+1 |
* | add portable mul for 32-bit | MITSUNARI Shigeo | 2017-07-31 | 1 | -9/+10 |
* | add MCL_VINT_FIXED_BUFFER | MITSUNARI Shigeo | 2017-07-31 | 1 | -1/+1 |
* | use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT | MITSUNARI Shigeo | 2017-07-31 | 1 | -6/+6 |
* | fix many bugs of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -4/+5 |
* | add benchmark of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -0/+6 |
* | build ok;test ng | MITSUNARI Shigeo | 2017-07-22 | 1 | -0/+23 |
* | move Frobenius to Fp2 | MITSUNARI Shigeo | 2017-06-26 | 1 | -0/+1 |
* | check the value of MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-06-24 | 1 | -1/+4 |
* | rename setMsg to SetHashOf | MITSUNARI Shigeo | 2017-05-30 | 1 | -2/+2 |
* | change spec of copyAndMask | MITSUNARI Shigeo | 2017-05-29 | 1 | -1/+4 |
* | add littleEndianToHexStr | MITSUNARI Shigeo | 2017-05-29 | 1 | -0/+30 |
* | rename IoEcComp to IoFixedSizeByteSeq | MITSUNARI Shigeo | 2017-05-28 | 1 | -1/+1 |
* | fix check limit size | MITSUNARI Shigeo | 2017-05-12 | 1 | -1/+1 |
* | add #if MCL_MAX_UNIT_SIZE >= | MITSUNARI Shigeo | 2017-05-08 | 1 | -2/+6 |
* | rename maxOpUnitSize to maxUnitSize | MITSUNARI Shigeo | 2017-05-08 | 1 | -3/+3 |
* | reduce code generator if MCL_MAX_BIT_SIZE=256 | MITSUNARI Shigeo | 2017-05-08 | 1 | -10/+12 |
* | remove warning of vc2015 | MITSUNARI Shigeo | 2017-05-06 | 1 | -1/+1 |
* | remove unnecessary header | MITSUNARI Shigeo | 2017-05-04 | 1 | -1/+0 |
* | [change] throw exception if prefix conflicts with base | MITSUNARI Shigeo | 2017-05-01 | 1 | -10/+16 |
* | change value of IoPrefix | MITSUNARI Shigeo | 2017-05-01 | 1 | -2/+2 |
* | change api of arrayToStr | MITSUNARI Shigeo | 2017-04-28 | 1 | -3/+5 |
* | add Fp2::readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -2/+3 |
* | use readStream | MITSUNARI Shigeo | 2017-04-27 | 1 | -18/+50 |
* | add IoTight repl for elliptic curve | MITSUNARI Shigeo | 2017-04-09 | 1 | -11/+10 |
* | add copyByteToUnitAsLE and copyUnitToByteAsLE | MITSUNARI Shigeo | 2017-04-08 | 1 | -2/+53 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+1 |
* | add Fp::setMsg() | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+18 |
* | change selection of Mont and SqrMont for bitSize == 1024 | MITSUNARI Shigeo | 2017-01-27 | 1 | -1/+4 |
* | test of 1024 bit size | MITSUNARI Shigeo | 2017-01-26 | 1 | -8/+11 |
* | fix recover condition of memory in isEnableJIT | MITSUNARI Shigeo | 2017-01-24 | 1 | -0/+3 |
* | fix set pointer | MITSUNARI Shigeo | 2017-01-19 | 1 | -3/+2 |
* | disable Xbyak if SELinux | MITSUNARI Shigeo | 2017-01-18 | 1 | -2/+24 |
* | a little faster fp2_mul for llvm | MITSUNARI Shigeo | 2017-01-11 | 1 | -0/+1 |
* | enable bmi2 | MITSUNARI Shigeo | 2016-12-29 | 1 | -1/+1 |
* | fp_generator includes xbyak | MITSUNARI Shigeo | 2016-12-29 | 1 | -5/+1 |
* | detect bmi2 feature | MITSUNARI Shigeo | 2016-12-28 | 1 | -3/+13 |
* | support w/wo bmi2 | MITSUNARI Shigeo | 2016-12-28 | 1 | -1/+1 |
* | add gmp version of Mont with not full prime | MITSUNARI Shigeo | 2016-12-26 | 1 | -2/+7 |
* | unify Sub and SubNF | MITSUNARI Shigeo | 2016-12-25 | 1 | -2/+2 |
* | unify Add and AddNF | MITSUNARI Shigeo | 2016-12-25 | 1 | -2/+2 |
* | add mcl_fp_addNF | MITSUNARI Shigeo | 2016-12-24 | 1 | -1/+2 |
* | enable mcl_fp_subNF for not full bit prime | MITSUNARI Shigeo | 2016-12-24 | 1 | -1/+5 |
* | disable llvm if gmp/gmp_mont | MITSUNARI Shigeo | 2016-11-28 | 1 | -19/+23 |
* | fix ; dump for 32-bit mode | MITSUNARI Shigeo | 2016-11-28 | 1 | -0/+17 |
* | remove mode in setOp | MITSUNARI Shigeo | 2016-11-22 | 1 | -25/+21 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 1 | -1/+1 |
* | rename fp_llvm to low_func_llvm | MITSUNARI Shigeo | 2016-11-16 | 1 | -1/+1 |
* | split fp_proto.hpp into proto.hpp and low_func.hpp | MITSUNARI Shigeo | 2016-11-15 | 1 | -1/+2 |
* | optimize divBy2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -6/+5 |
* | (inner) set half = (p+1)/2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -1/+1 |
* | fix check for MCL_MAX_BIT_SIZE > 521 | MITSUNARI Shigeo | 2016-10-31 | 1 | -8/+9 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 1 | -3/+3 |
* | split fp_llvm.hpp | MITSUNARI Shigeo | 2016-10-27 | 1 | -0/+3 |
* | move specialization of llvm function to src/fp_proto.hpp | MITSUNARI Shigeo | 2016-10-27 | 1 | -39/+0 |
* | rename MulUnit_Pre to MulUnitPre | MITSUNARI Shigeo | 2016-10-21 | 1 | -2/+2 |
* | 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 | -7/+7 |
* | rewrite setOp | MITSUNARI Shigeo | 2016-10-11 | 1 | -47/+34 |
* | remove OpFunc | MITSUNARI Shigeo | 2016-10-11 | 1 | -101/+39 |
* | unify low_gmp.hpp to fp_proto.hpp | MITSUNARI Shigeo | 2016-10-11 | 1 | -10/+0 |
* | add generic SqrMont, Mul, Sqr | MITSUNARI Shigeo | 2016-10-07 | 1 | -79/+7 |
* | rename function from bit to N | MITSUNARI Shigeo | 2016-10-07 | 1 | -31/+31 |
* | use N instead of bitSize | MITSUNARI Shigeo | 2016-10-07 | 1 | -84/+73 |
* | avoid SET_OP macro | MITSUNARI Shigeo | 2016-10-06 | 1 | -91/+103 |
* | refactoring setup | MITSUNARI Shigeo | 2016-10-05 | 1 | -103/+124 |
* | refactor using gmp | MITSUNARI Shigeo | 2016-10-04 | 1 | -135/+78 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 1 | -31/+57 |
* | refactoring Op::init | MITSUNARI Shigeo | 2016-10-03 | 1 | -21/+68 |
* | rename LLVM functions ; add 'L' | MITSUNARI Shigeo | 2016-09-29 | 1 | -17/+17 |
* | remove montPU | MITSUNARI Shigeo | 2016-09-29 | 1 | -2/+4 |
* | change prototype of mul/sqr | MITSUNARI Shigeo | 2016-09-28 | 1 | -3/+4 |
* | unity fpDbl_mod | MITSUNARI Shigeo | 2016-09-27 | 1 | -5/+7 |
* | same prototype of montRedPU and fpDbl_modP | MITSUNARI Shigeo | 2016-09-27 | 1 | -2/+6 |
* | move rp and p to the top of Op | MITSUNARI Shigeo | 2016-09-27 | 1 | -2/+2 |
* | rename addP, subP to add, sub | MITSUNARI Shigeo | 2016-09-27 | 1 | -10/+10 |
* | remove addP, subP | MITSUNARI Shigeo | 2016-09-27 | 1 | -3/+3 |
* | fp_neg requires p | MITSUNARI Shigeo | 2016-09-27 | 1 | -2/+2 |
* | op.sub requires p | MITSUNARI Shigeo | 2016-09-26 | 1 | -2/+2 |
* | op.add requires p | MITSUNARI Shigeo | 2016-09-26 | 1 | -7/+8 |
* | rewrite fp_test | MITSUNARI Shigeo | 2016-09-18 | 1 | -4/+3 |
* | fix some functions and implementation of io | MITSUNARI Shigeo | 2016-09-05 | 1 | -14/+1 |
* | use prefix(0x and 0b) if it conflicts with base | MITSUNARI Shigeo | 2016-09-05 | 1 | -6/+3 |
* | fix ; remove wornings on clang | MITSUNARI Shigeo | 2016-09-01 | 1 | -1/+2 |
* | add getIoPrefix | MITSUNARI Shigeo | 2016-09-01 | 1 | -1/+3 |
* | move setIoMode function to global | MITSUNARI Shigeo | 2016-08-29 | 1 | -1/+15 |
* | disable SET_OP_DBL_SIZE if MCL_MAX_OP_BIT_SIZE < 768 | MITSUNARI Shigeo | 2016-08-01 | 1 | -5/+32 |
* | add 576...768 | MITSUNARI Shigeo | 2016-07-28 | 1 | -4/+4 |
* | add/sub for 768-bit prime | MITSUNARI Shigeo | 2016-07-28 | 1 | -19/+11 |
* | add large prime sample | MITSUNARI Shigeo | 2016-07-11 | 1 | -0/+3 |
* | move low gmp function to log_gmp.hpp | MITSUNARI Shigeo | 2016-06-21 | 1 | -42/+1 |
* | {add,sub}S are removed | MITSUNARI Shigeo | 2016-06-13 | 1 | -2/+2 |
* | use add/sub L | MITSUNARI Shigeo | 2016-06-12 | 1 | -2/+2 |
* | fix error on armv71 | MITSUNARI Shigeo | 2016-06-06 | 1 | -1/+1 |
* | add fp_mont for gmp | MITSUNARI Shigeo | 2016-06-06 | 1 | -0/+28 |
* | move ModeToStr to fp.cpp | MITSUNARI Shigeo | 2016-06-06 | 1 | -0/+34 |
* | make low* functions | MITSUNARI Shigeo | 2016-06-06 | 1 | -28/+68 |
* | fp_montMUC is ok | MITSUNARI Shigeo | 2016-06-05 | 1 | -4/+4 |
* | fix | MITSUNARI Shigeo | 2016-06-05 | 1 | -0/+1 |
* | add fp_mont for gmp | MITSUNARI Shigeo | 2016-06-05 | 1 | -0/+27 |
* | set_pDbl is removed | MITSUNARI Shigeo | 2016-06-05 | 1 | -6/+0 |
* | use mpn_tdiv_qr | MITSUNARI Shigeo | 2016-06-05 | 1 | -12/+4 |
* | rewrite fpDbl_addPC | MITSUNARI Shigeo | 2016-06-05 | 1 | -16/+1 |
* | rewrite fpDbl_subPC | MITSUNARI Shigeo | 2016-06-04 | 1 | -12/+13 |
* | remove old code | MITSUNARI Shigeo | 2016-06-04 | 1 | -75/+0 |
* | start to use mpn_* functions | MITSUNARI Shigeo | 2016-06-03 | 1 | -0/+37 |
* | fix Montgomery parameter for 32-bit mode | MITSUNARI Shigeo | 2016-05-06 | 1 | -3/+4 |
* | rename mulU to mul_Unit | MITSUNARI Shigeo | 2016-05-03 | 1 | -3/+3 |
* | rename Gmp to gmp | MITSUNARI Shigeo | 2016-04-19 | 1 | -15/+15 |
* | rename xi_c_ to xi_a_ | MITSUNARI Shigeo | 2016-04-19 | 1 | -2/+2 |
* | rename mulI to mulU | MITSUNARI Shigeo | 2016-04-18 | 1 | -3/+3 |
* | xbyak version supports NICT521 | MITSUNARI Shigeo | 2016-03-28 | 1 | -3/+1 |
* | mod_NIST_P521 by llvm | MITSUNARI Shigeo | 2016-03-28 | 1 | -1/+10 |
* | rename isNIST_P192 to primeMode | MITSUNARI Shigeo | 2016-03-24 | 1 | -4/+7 |
* | add fpDbl_mod_NIST_P192 | MITSUNARI Shigeo | 2016-03-23 | 1 | -6/+5 |
* | add mcl_fp_mulIPre | MITSUNARI Shigeo | 2016-03-22 | 1 | -0/+1 |
* | add mulI | MITSUNARI Shigeo | 2016-03-22 | 1 | -0/+21 |
* | check maxBitSize | MITSUNARI Shigeo | 2016-03-19 | 1 | -0/+3 |
* | move fp_proto.hpp from include to src | MITSUNARI Shigeo | 2016-03-17 | 1 | -1/+1 |
* | move conversion.hpp from include to src | MITSUNARI Shigeo | 2016-03-16 | 1 | -1/+1 |
* | mov fp_generator from include to src | MITSUNARI Shigeo | 2016-03-16 | 1 | -1/+1 |
* | fix mcl_fpDbl_mod_NIST_P192 | MITSUNARI Shigeo | 2016-03-15 | 1 | -3/+10 |
* | fix detection of mulx at mulPre2/sqrPre2 | MITSUNARI Shigeo | 2016-03-13 | 1 | -0/+1 |
* | add test for NIST_P192 | MITSUNARI Shigeo | 2016-03-12 | 1 | -1/+1 |
* | correct compare mx with my | MITSUNARI Shigeo | 2016-03-12 | 1 | -1/+1 |
* | remove warning of vc | MITSUNARI Shigeo | 2016-03-10 | 1 | -0/+4 |
* | rename fp_mod to fpDbl_mod | MITSUNARI Shigeo | 2016-03-08 | 1 | -8/+8 |
* | refactor test of fp_generator | MITSUNARI Shigeo | 2016-03-06 | 1 | -1/+1 |
* | move setting of op | MITSUNARI Shigeo | 2016-03-06 | 1 | -12/+0 |
* | add op | MITSUNARI Shigeo | 2016-03-05 | 1 | -1/+1 |
* | add montRed by Xbyak(not running) | MITSUNARI Shigeo | 2016-03-01 | 1 | -0/+3 |
* | add montRed | MITSUNARI Shigeo | 2016-03-01 | 1 | -1/+2 |
* | test is ok on mont | MITSUNARI Shigeo | 2016-02-23 | 1 | -3/+3 |
* | add fp_mod | MITSUNARI Shigeo | 2016-02-22 | 1 | -6/+6 |
* | rename fullBit to isFullBit | MITSUNARI Shigeo | 2016-02-22 | 1 | -4/+4 |
* | fix fpDbl_add | MITSUNARI Shigeo | 2016-02-20 | 1 | -1/+0 |
* | FpDBl::add does not pass test | MITSUNARI Shigeo | 2016-02-20 | 1 | -10/+15 |
* | FpDbl::add/sub ok | MITSUNARI Shigeo | 2016-02-18 | 1 | -9/+9 |
* | fill extra region of z with zero | MITSUNARI Shigeo | 2016-02-18 | 1 | -0/+2 |
* | fix ; set zero if p[] == 0 | MITSUNARI Shigeo | 2016-02-18 | 1 | -1/+6 |
* | add test of FpDbl::add/sub | MITSUNARI Shigeo | 2016-02-18 | 1 | -8/+18 |
* | set fpDbl_addP | MITSUNARI Shigeo | 2016-02-17 | 1 | -1/+9 |
* | add fpDbl_add, sub | MITSUNARI Shigeo | 2016-02-17 | 1 | -5/+43 |
* | add fp_addNC by llvm | MITSUNARI Shigeo | 2016-02-09 | 1 | -0/+6 |
* | test of addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 1 | -3/+4 |
* | add addNC/subNC | MITSUNARI Shigeo | 2016-02-08 | 1 | -0/+29 |
* | disable warning of vc | MITSUNARI Shigeo | 2016-02-07 | 1 | -3/+12 |
* | add fp2 | MITSUNARI Shigeo | 2016-02-03 | 1 | -6/+6 |
* | rename op functions to fp_* | MITSUNARI Shigeo | 2016-02-02 | 1 | -50/+50 |
* | use gmp for >256 | MITSUNARI Shigeo | 2016-01-25 | 1 | -3/+8 |
* | use clearArray instead of getArray | MITSUNARI Shigeo | 2016-01-25 | 1 | -3/+5 |
* | fix sqr | MITSUNARI Shigeo | 2016-01-24 | 1 | -9/+6 |
* | add sqrt but not enable | MITSUNARI Shigeo | 2016-01-24 | 1 | -1/+18 |
* | int64_t(1<<63) is invalid | MITSUNARI Shigeo | 2016-01-23 | 1 | -0/+1 |
* | add test of getInt64 | MITSUNARI Shigeo | 2016-01-05 | 1 | -0/+63 |
* | add isGreater, etc. | MITSUNARI Shigeo | 2015-12-28 | 1 | -2/+2 |
* | move mcl.lib from bin to lib | MITSUNARI Shigeo | 2015-09-06 | 1 | -1/+1 |
* | rename macro ; default define MCL_USE_XBYAK, MCL_USE_LLVM | MITSUNARI Shigeo | 2015-07-07 | 1 | -4/+4 |
* | mode select runs well | MITSUNARI Shigeo | 2015-07-07 | 1 | -6/+9 |
* | reduce toMont inf invMontOp | MITSUNARI Shigeo | 2015-07-05 | 1 | -8/+13 |
* | disable useMont for NIST_P192 | MITSUNARI Shigeo | 2015-07-05 | 1 | -2/+3 |
* | add invMontOp | MITSUNARI Shigeo | 2015-07-04 | 1 | -1/+14 |
* | USE_LLVM=1 does not run | MITSUNARI Shigeo | 2015-07-03 | 1 | -8/+6 |
* | add wrapper for mcl_fp_mont | MITSUNARI Shigeo | 2015-07-02 | 1 | -32/+32 |
* | add test of setArrayMask | MITSUNARI Shigeo | 2015-06-12 | 1 | -5/+1 |
* | unify toArray and Gmp::getArray | MITSUNARI Shigeo | 2015-06-12 | 1 | -17/+17 |
* | QQQ:test copyAndMask | MITSUNARI Shigeo | 2015-06-11 | 1 | -30/+22 |
* | add elgamal | MITSUNARI Shigeo | 2015-06-11 | 1 | -0/+21 |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 1 | -1/+1 |
* | rename len to size | MITSUNARI Shigeo | 2015-06-11 | 1 | -19/+19 |
* | change method name | MITSUNARI Shigeo | 2015-06-08 | 1 | -4/+4 |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 1 | -40/+48 |
* | rename files | MITSUNARI Shigeo | 2015-06-08 | 1 | -2/+2 |
* | under refactoring | MITSUNARI Shigeo | 2015-06-08 | 1 | -0/+60 |
* | cast N to int | MITSUNARI Shigeo | 2015-06-07 | 1 | -1/+1 |
* | split Unit | MITSUNARI Shigeo | 2015-06-07 | 1 | -1/+1 |
* | remove local:: | MITSUNARI Shigeo | 2015-06-07 | 1 | -9/+9 |
* | remove mont_fp.hpp | MITSUNARI Shigeo | 2015-06-05 | 1 | -5/+4 |
* | rename getCoff to getMontgomeryCoeff | MITSUNARI Shigeo | 2015-06-05 | 1 | -28/+28 |
* | move some functions to src | MITSUNARI Shigeo | 2015-06-05 | 1 | -1/+63 |
* | rename functions | MITSUNARI Shigeo | 2015-06-05 | 1 | -53/+9 |
* | MontFp is a simple class | MITSUNARI Shigeo | 2015-06-03 | 1 | -2/+14 |
* | prepair to split FpGenerator | MITSUNARI Shigeo | 2015-06-03 | 1 | -0/+9 |
* | use Op instead of p | MITSUNARI Shigeo | 2015-06-01 | 1 | -2/+2 |
* | use macro | MITSUNARI Shigeo | 2015-06-01 | 1 | -120/+30 |
* | move initOp to src | MITSUNARI Shigeo | 2015-06-01 | 1 | -0/+255 |
* | add fp.cpp | MITSUNARI Shigeo | 2015-05-27 | 1 | -0/+50 |