| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix typo | MITSUNARI Shigeo | 2017-02-21 | 1 | -1/+1 |
* | make bn256_if.dll | MITSUNARI Shigeo | 2017-02-21 | 1 | -0/+1 |
* | add Fr/G1/G2 isValid | MITSUNARI Shigeo | 2017-02-19 | 1 | -4/+16 |
* | add test of G1, G2, GT and pairing | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+12 |
* | add test of BN256_Fr | MITSUNARI Shigeo | 2017-02-15 | 1 | -0/+408 |
* | add for 32-bit asmv7l | MITSUNARI Shigeo | 2017-02-04 | 1 | -0/+84189 |
* | add Fp::setMsg() | MITSUNARI Shigeo | 2017-02-03 | 1 | -0/+18 |
* | add mulPre4 by adox and adcx, but it is a little slower??? | MITSUNARI Shigeo | 2017-01-30 | 1 | -17/+44 |
* | add mulPre3 by adcx and adox | MITSUNARI Shigeo | 2017-01-30 | 1 | -0/+40 |
* | change selection of Mont and SqrMont for bitSize == 1024 | MITSUNARI Shigeo | 2017-01-27 | 4 | -6/+14 |
* | test of 1024 bit size | MITSUNARI Shigeo | 2017-01-26 | 3 | -9/+18 |
* | 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 |
* | add asm files for macos | MITSUNARI Shigeo | 2017-01-16 | 2 | -0/+30143 |
* | a little faster fp2_mul for llvm | MITSUNARI Shigeo | 2017-01-11 | 3 | -0/+31 |
* | add aarch64.s generated by llvm-3.7 | MITSUNARI Shigeo | 2016-12-29 | 1 | -0/+13197 |
* | use asm files generated by llvm | MITSUNARI Shigeo | 2016-12-29 | 4 | -0/+176139 |
* | enable bmi2 | MITSUNARI Shigeo | 2016-12-29 | 1 | -1/+1 |
* | fp_generator includes xbyak | MITSUNARI Shigeo | 2016-12-29 | 2 | -7/+7 |
* | detect bmi2 feature | MITSUNARI Shigeo | 2016-12-28 | 2 | -9/+13 |
* | support w/wo bmi2 | MITSUNARI Shigeo | 2016-12-28 | 5 | -26/+38 |
* | add suffix to all function names | MITSUNARI Shigeo | 2016-12-28 | 1 | -29/+24 |
* | add -put option for gen | MITSUNARI Shigeo | 2016-12-28 | 1 | -5/+15 |
* | add llvm version of mont with not full prime | MITSUNARI Shigeo | 2016-12-26 | 2 | -30/+22 |
* | verify max value in comment | MITSUNARI Shigeo | 2016-12-26 | 1 | -0/+11 |
* | add gmp version of Mont with not full prime | MITSUNARI Shigeo | 2016-12-26 | 5 | -54/+128 |
* | use SubIfPossible for N > 1 | MITSUNARI Shigeo | 2016-12-25 | 1 | -4/+21 |
* | avoid N - 1 = 0 | MITSUNARI Shigeo | 2016-12-25 | 1 | -5/+4 |
* | unify Sub and SubNF | MITSUNARI Shigeo | 2016-12-25 | 3 | -18/+9 |
* | unify Add and AddNF | MITSUNARI Shigeo | 2016-12-25 | 3 | -22/+30 |
* | inline AddUnitPre | MITSUNARI Shigeo | 2016-12-25 | 1 | -4/+8 |
* | add mcl_fp_addNF | MITSUNARI Shigeo | 2016-12-24 | 4 | -21/+38 |
* | enable mcl_fp_subNF for not full bit prime | MITSUNARI Shigeo | 2016-12-24 | 4 | -1/+24 |
* | add mcl_fp_subNF for not full bit prime | MITSUNARI Shigeo | 2016-12-24 | 1 | -19/+35 |
* | add ashr | MITSUNARI Shigeo | 2016-12-24 | 1 | -0/+6 |
* | tuning for x86 | MITSUNARI Shigeo | 2016-12-11 | 2 | -5/+21 |
* | add TagToStr::f() to print tag | MITSUNARI Shigeo | 2016-11-30 | 1 | -0/+5 |
* | disable llvm if gmp/gmp_mont | MITSUNARI Shigeo | 2016-11-28 | 1 | -19/+23 |
* | fix ; karatsuba | MITSUNARI Shigeo | 2016-11-28 | 1 | -2/+2 |
* | 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 | 2 | -3/+34 |
* | add fp_shr1 by xbyak | MITSUNARI Shigeo | 2016-11-16 | 1 | -3/+1 |
* | use shr1 by llvm | MITSUNARI Shigeo | 2016-11-16 | 2 | -0/+2 |
* | rename fp_llvm to low_func_llvm | MITSUNARI Shigeo | 2016-11-16 | 2 | -1/+1 |
* | split fp_proto.hpp into proto.hpp and low_func.hpp | MITSUNARI Shigeo | 2016-11-15 | 3 | -62/+68 |
* | add mcl_fp_shr1 by llvm | MITSUNARI Shigeo | 2016-11-14 | 1 | -0/+17 |
* | optimize divBy2 | MITSUNARI Shigeo | 2016-11-14 | 3 | -18/+24 |
* | (inner) set half = (p+1)/2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -1/+1 |
* | safeStore, safeLoad are removed. use loadN, storeN | MITSUNARI Shigeo | 2016-11-11 | 1 | -159/+97 |
* | rewrite fbDbl_sub by loadN, storeN | MITSUNARI Shigeo | 2016-11-11 | 1 | -19/+18 |
* | add getelementptr for int | MITSUNARI Shigeo | 2016-11-11 | 2 | -22/+65 |
* | use safeLoad and safeStore | MITSUNARI Shigeo | 2016-11-10 | 1 | -57/+89 |
* | avoid getelementptr for large int* type | MITSUNARI Shigeo | 2016-11-05 | 1 | -4/+13 |
* | alternative of mpn_add_1 | MITSUNARI Shigeo | 2016-11-01 | 1 | -0/+11 |
* | fix SqrPre to avoid zero array | MITSUNARI Shigeo | 2016-11-01 | 1 | -2/+13 |
* | fix SqrPreCore for Ltag | MITSUNARI Shigeo | 2016-11-01 | 1 | -1/+1 |
* | use karatsuba for sqr if N >= 6 | MITSUNARI Shigeo | 2016-11-01 | 2 | -10/+44 |
* | enable karatsuba if N >= 8 | MITSUNARI Shigeo | 2016-11-01 | 1 | -1/+1 |
* | don't call AddUnitPre if not necessary | MITSUNARI Shigeo | 2016-11-01 | 1 | -1/+4 |
* | use karatsuba if llvm | MITSUNARI Shigeo | 2016-11-01 | 2 | -1/+10 |
* | fix check for MCL_MAX_BIT_SIZE > 521 | MITSUNARI Shigeo | 2016-10-31 | 1 | -8/+9 |
* | remove mov32c because the function is in xbyak | MITSUNARI Shigeo | 2016-10-31 | 1 | -8/+0 |
* | specialization of template for llvm | MITSUNARI Shigeo | 2016-10-31 | 1 | -0/+41 |
* | remove warning of vc | MITSUNARI Shigeo | 2016-10-31 | 1 | -1/+1 |
* | a little optimization for gmp_mont | MITSUNARI Shigeo | 2016-10-31 | 1 | -17/+22 |
* | use karatsuba for N >= 8 | MITSUNARI Shigeo | 2016-10-30 | 1 | -1/+16 |
* | split MulPre and MulPreCore | MITSUNARI Shigeo | 2016-10-30 | 1 | -24/+21 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 3 | -5/+5 |
* | split fp_llvm.hpp | MITSUNARI Shigeo | 2016-10-27 | 2 | -39/+3 |
* | move specialization of llvm function to src/fp_proto.hpp | MITSUNARI Shigeo | 2016-10-27 | 2 | -39/+39 |
* | disable karatsuba for a while | MITSUNARI Shigeo | 2016-10-23 | 1 | -5/+10 |
* | karatsuba is ok | MITSUNARI Shigeo | 2016-10-23 | 1 | -4/+2 |
* | implementing karatsuba | MITSUNARI Shigeo | 2016-10-21 | 1 | -1/+76 |
* | rename MulUnit_Pre to MulUnitPre | MITSUNARI Shigeo | 2016-10-21 | 2 | -11/+11 |
* | remove unused var | MITSUNARI Shigeo | 2016-10-20 | 2 | -36/+34 |
* | rename mul_Unit to mulUnit | MITSUNARI Shigeo | 2016-10-20 | 4 | -26/+26 |
* | rename addNC, subNC to addPre, subPre | MITSUNARI Shigeo | 2016-10-14 | 6 | -134/+134 |
* | rewrite setOp | MITSUNARI Shigeo | 2016-10-11 | 1 | -47/+34 |
* | remove OpFunc | MITSUNARI Shigeo | 2016-10-11 | 2 | -108/+132 |
* | unify low_gmp.hpp to fp_proto.hpp | MITSUNARI Shigeo | 2016-10-11 | 3 | -125/+101 |
* | add generic SqrMont, Mul, Sqr | MITSUNARI Shigeo | 2016-10-07 | 2 | -98/+97 |
* | fix roundup of bitSize | MITSUNARI Shigeo | 2016-10-07 | 1 | -3/+3 |
* | rename function from bit to N | MITSUNARI Shigeo | 2016-10-07 | 3 | -118/+112 |
* | 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 | 4 | -176/+270 |
* | refactor using gmp | MITSUNARI Shigeo | 2016-10-04 | 3 | -177/+152 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 3 | -38/+98 |
* | refactoring Op::init | MITSUNARI Shigeo | 2016-10-03 | 1 | -21/+68 |
* | rename LLVM functions ; add 'L' | MITSUNARI Shigeo | 2016-09-29 | 3 | -53/+63 |
* | remove montPU | MITSUNARI Shigeo | 2016-09-29 | 1 | -2/+4 |
* | change prototype of mul/sqr | MITSUNARI Shigeo | 2016-09-28 | 4 | -12/+13 |
* | unity fpDbl_mod | MITSUNARI Shigeo | 2016-09-27 | 3 | -9/+11 |
* | same prototype of montRedPU and fpDbl_modP | MITSUNARI Shigeo | 2016-09-27 | 3 | -6/+10 |
* | 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 | 2 | -7/+7 |
* | fp_neg requires p | MITSUNARI Shigeo | 2016-09-27 | 2 | -3/+3 |
* | op.sub requires p | MITSUNARI Shigeo | 2016-09-26 | 2 | -3/+3 |
* | op.add requires p | MITSUNARI Shigeo | 2016-09-26 | 2 | -10/+11 |
* | add subNC x64 asm | MITSUNARI Shigeo | 2016-09-21 | 1 | -0/+65 |
* | rewrite fp_test | MITSUNARI Shigeo | 2016-09-18 | 4 | -14/+17 |
* | add mcl_fp_addNC for x86-64 by nasm | MITSUNARI Shigeo | 2016-09-05 | 1 | -0/+88 |
* | 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 | 3 | -7/+13 |
* | add/sub for 768-bit prime | MITSUNARI Shigeo | 2016-07-28 | 3 | -30/+19 |
* | use llvm for large prime | MITSUNARI Shigeo | 2016-07-11 | 2 | -3/+8 |
* | add large prime sample | MITSUNARI Shigeo | 2016-07-11 | 1 | -0/+3 |
* | dummy add src/asm | MITSUNARI Shigeo | 2016-06-27 | 3 | -0/+0 |
* | add -f privateFunc option | MITSUNARI Shigeo | 2016-06-25 | 1 | -4/+44 |
* | rename low asm | MITSUNARI Shigeo | 2016-06-25 | 1 | -0/+0 |
* | add mcl_fp_addNC{160,192,224} | MITSUNARI Shigeo | 2016-06-24 | 1 | -3/+62 |
* | another mcl_fp_addNC128 | MITSUNARI Shigeo | 2016-06-24 | 1 | -0/+15 |
* | mcl_fp_addNC128 for arm | MITSUNARI Shigeo | 2016-06-24 | 1 | -0/+21 |
* | add mcl_fp_addNC128 | MITSUNARI Shigeo | 2016-06-24 | 1 | -4/+21 |
* | a little faster mcl_fp_addNC96 | MITSUNARI Shigeo | 2016-06-24 | 1 | -22/+17 |
* | mcl_fp_addNC96 | MITSUNARI Shigeo | 2016-06-21 | 1 | -0/+35 |
* | fast version of mcl_fp_addNC64 | MITSUNARI Shigeo | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | bx lr is faster than mov pc, lr | MITSUNARI Shigeo | 2016-06-21 | 1 | -5/+5 |
* | | fast version of mcl_fp_addNC64 | MITSUNARI Shigeo | 2016-06-21 | 1 | -13/+0 |
|/ |
|
* | mov low_armv7.s | MITSUNARI Shigeo | 2016-06-21 | 1 | -0/+25 |
* | move low gmp function to log_gmp.hpp | MITSUNARI Shigeo | 2016-06-21 | 2 | -42/+50 |
* | {add,sub}S are removed | MITSUNARI Shigeo | 2016-06-13 | 3 | -22/+18 |
* | use add/sub L | MITSUNARI Shigeo | 2016-06-12 | 2 | -4/+4 |
* | add old option | MITSUNARI Shigeo | 2016-06-08 | 2 | -8/+10 |
* | change isNoalias to isAlias | MITSUNARI Shigeo | 2016-06-08 | 1 | -8/+12 |
* | 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 |
* | change default clang version from 3.6 to 3.8 | MITSUNARI Shigeo | 2016-06-02 | 1 | -0/+11 |
* | add noalias option | MITSUNARI Shigeo | 2016-06-01 | 1 | -26/+51 |
* | add karatuba(not enabled) | MITSUNARI Shigeo | 2016-05-31 | 1 | -20/+92 |
* | pass const reference | MITSUNARI Shigeo | 2016-05-30 | 1 | -8/+8 |
* | gen.py is removed | MITSUNARI Shigeo | 2016-05-30 | 2 | -192/+0 |
* | add gen_mcl_fp_mont | MITSUNARI Shigeo | 2016-05-30 | 3 | -34/+60 |
* | add gen_mcl_fp_montRed | MITSUNARI Shigeo | 2016-05-29 | 2 | -27/+37 |
* | fix generic_fpDbl_mul | MITSUNARI Shigeo | 2016-05-29 | 2 | -28/+2 |
* | fpDbl_sqrPre has a bug | MITSUNARI Shigeo | 2016-05-29 | 2 | -1/+28 |
* | add gen_mcl_fpDbl_sqrPre | MITSUNARI Shigeo | 2016-05-29 | 2 | -35/+25 |
* | add gen_mcl_fpDbl_mulPre | MITSUNARI Shigeo | 2016-05-29 | 2 | -29/+34 |
* | move mcl_fp_mul_UnitPre | MITSUNARI Shigeo | 2016-05-28 | 2 | -7/+17 |
* | move mulPv to gen.cpp | MITSUNARI Shigeo | 2016-05-28 | 2 | -42/+55 |
* | add resetGlobalIdx | MITSUNARI Shigeo | 2016-05-27 | 1 | -0/+1 |
* | long.txt is removed | MITSUNARI Shigeo | 2016-05-27 | 3 | -22/+32 |
* | move mcl_fp_add*L to gen.cpp | MITSUNARI Shigeo | 2016-05-27 | 2 | -33/+38 |
* | rename gen_mcl_fp_{add/sub} | MITSUNARI Shigeo | 2016-05-27 | 1 | -4/+4 |
* | short.txt is removed | MITSUNARI Shigeo | 2016-05-27 | 3 | -24/+35 |
* | mov mcl_fpDbl_add to gen.cpp | MITSUNARI Shigeo | 2016-05-26 | 2 | -24/+36 |
* | move mcl_fp_sub to gen.cpp | MITSUNARI Shigeo | 2016-05-25 | 2 | -18/+2 |
* | add mcl_fp_add*S | MITSUNARI Shigeo | 2016-05-25 | 2 | -21/+3 |
* | all.txt is removed | MITSUNARI Shigeo | 2016-05-23 | 3 | -19/+6 |
* | extract is removed | MITSUNARI Shigeo | 2016-05-23 | 1 | -8/+0 |
* | remove once.txt | MITSUNARI Shigeo | 2016-05-23 | 3 | -42/+2 |
* | add mcl_fpDbl_mod_NIST_P521(COND) | MITSUNARI Shigeo | 2016-05-22 | 1 | -0/+48 |
* | fix icmp | MITSUNARI Shigeo | 2016-05-22 | 1 | -0/+1 |
* | add icmp, br | MITSUNARI Shigeo | 2016-05-22 | 1 | -0/+55 |
* | add algo of NIST_P192 reduction | MITSUNARI Shigeo | 2016-05-22 | 1 | -0/+18 |
* | move fp_mul_NIST_P192 to gen.cpp | MITSUNARI Shigeo | 2016-05-21 | 2 | -8/+19 |
* | add comment to use makeType | MITSUNARI Shigeo | 2016-05-21 | 1 | -1/+1 |
* | add _alloca, bitcast | MITSUNARI Shigeo | 2016-05-20 | 3 | -7/+42 |
* | unity some expressions | MITSUNARI Shigeo | 2016-05-20 | 1 | -4/+2 |
* | start to use llvm_gen.hpp for once.txt | MITSUNARI Shigeo | 2016-05-20 | 4 | -125/+45 |
* | mcl_local_sbb is not used | MITSUNARI Shigeo | 2016-05-20 | 1 | -12/+0 |
* | add _and, _or, store, select, etc.g | MITSUNARI Shigeo | 2016-05-19 | 2 | -46/+247 |
* | add add/sub/shl | MITSUNARI Shigeo | 2016-05-19 | 2 | -38/+119 |
* | move unit, bit, N to derived class | MITSUNARI Shigeo | 2016-05-18 | 2 | -13/+7 |
* | add getelementptr/load/call | MITSUNARI Shigeo | 2016-05-18 | 3 | -33/+140 |
* | remove storePos | MITSUNARI Shigeo | 2016-05-18 | 1 | -6/+0 |
* | add lhsr, trunc | MITSUNARI Shigeo | 2016-05-17 | 2 | -27/+126 |
* | llvm code generator class | MITSUNARI Shigeo | 2016-05-17 | 2 | -0/+268 |
* | use mulPv for montRed and old mul is removed | MITSUNARI Shigeo | 2016-05-16 | 1 | -25/+5 |
* | use mulPv for mont | MITSUNARI Shigeo | 2016-05-16 | 2 | -24/+26 |
* | optimize mulPre and mul_UnitPre | MITSUNARI Shigeo | 2016-05-16 | 2 | -28/+41 |
* | optimized mul_Unit | MITSUNARI Shigeo | 2016-05-15 | 2 | -5/+62 |
* | allow space in <begin>, <end> | MITSUNARI Shigeo | 2016-05-12 | 1 | -1/+1 |
* | 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 | 4 | -15/+15 |
* | fix fpDbl_mod_NIST_P521 | MITSUNARI Shigeo | 2016-04-27 | 1 | -2/+2 |
* | 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 | 4 | -15/+15 |
* | remove BOM | MITSUNARI Shigeo | 2016-04-15 | 1 | -1/+1 |
* | rewrite Makefile | MITSUNARI Shigeo | 2016-04-12 | 1 | -59/+0 |
* | fix proj | MITSUNARI Shigeo | 2016-04-11 | 1 | -0/+92 |
* | xbyak version supports NICT521 | MITSUNARI Shigeo | 2016-03-28 | 2 | -13/+90 |
* | mod_NIST_P521 by llvm | MITSUNARI Shigeo | 2016-03-28 | 4 | -20/+45 |
* | add mod for NIST_P521(TBD) | MITSUNARI Shigeo | 2016-03-25 | 1 | -0/+23 |
* | rename isNIST_P192 to primeMode | MITSUNARI Shigeo | 2016-03-24 | 2 | -8/+11 |
* | add fpDbl_mod_NIST_P192 | MITSUNARI Shigeo | 2016-03-23 | 2 | -9/+63 |
* | add mcl_fp_mulIPre | MITSUNARI Shigeo | 2016-03-22 | 2 | -0/+8 |
* | add mulI | MITSUNARI Shigeo | 2016-03-22 | 2 | -0/+22 |
* | check maxBitSize | MITSUNARI Shigeo | 2016-03-19 | 1 | -0/+3 |
* | move fp_proto.hpp from include to src | MITSUNARI Shigeo | 2016-03-17 | 2 | -1/+66 |
* | move conversion.hpp from include to src | MITSUNARI Shigeo | 2016-03-16 | 2 | -1/+106 |
* | mov fp_generator from include to src | MITSUNARI Shigeo | 2016-03-16 | 2 | -1/+2483 |
* | fix mcl_fpDbl_mod_NIST_P192 | MITSUNARI Shigeo | 2016-03-15 | 2 | -10/+49 |
* | fix detection of mulx at mulPre2/sqrPre2 | MITSUNARI Shigeo | 2016-03-13 | 2 | -2/+3 |
* | 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 | 3 | -13/+13 |
* | 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 | 2 | -1/+28 |
* | 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 | 2 | -2/+2 |
* | 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 |
* | add fpDbl_add/sub by llvm | MITSUNARI Shigeo | 2016-02-18 | 1 | -0/+46 |
* | 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 | 2 | -0/+21 |
* | 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 | 2 | -3/+31 |
* | 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 |
* | update clang version | MITSUNARI Shigeo | 2016-01-23 | 1 | -1/+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 |