| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | add bn256_wrap.cxx | MITSUNARI Shigeo | 2017-02-08 | 1 | -0/+1539 |
* | add mk.bat to make windows exe | MITSUNARI Shigeo | 2017-02-05 | 1 | -0/+2 |
* | add for 32-bit asmv7l | MITSUNARI Shigeo | 2017-02-04 | 1 | -0/+84189 |
* | add Fp::setMsg() | MITSUNARI Shigeo | 2017-02-03 | 3 | -0/+62 |
* | add mulPre4 by adox and adcx, but it is a little slower??? | MITSUNARI Shigeo | 2017-01-30 | 1 | -17/+44 |
* | add doc for MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2017-01-30 | 1 | -0/+5 |
* | add mulPre3 by adcx and adox | MITSUNARI Shigeo | 2017-01-30 | 1 | -0/+40 |
* | check order of G2 | MITSUNARI Shigeo | 2017-01-29 | 3 | -17/+43 |
* | fix ; ensure that the elements by mapTo.calcG2 is in G2 | MITSUNARI Shigeo | 2017-01-28 | 4 | -15/+46 |
* | change selection of Mont and SqrMont for bitSize == 1024 | MITSUNARI Shigeo | 2017-01-27 | 5 | -10/+18 |
* | compare gmp and llvm of mulPre and sqrPre | MITSUNARI Shigeo | 2017-01-27 | 1 | -4/+13 |
* | add sample code of pairing | MITSUNARI Shigeo | 2017-01-26 | 1 | -16/+40 |
* | test of 1024 bit size | MITSUNARI Shigeo | 2017-01-26 | 4 | -11/+26 |
* | add sample of primes | MITSUNARI Shigeo | 2017-01-24 | 1 | -4/+12 |
* | add long size prime | MITSUNARI Shigeo | 2017-01-24 | 1 | -1/+5 |
* | fix recover condition of memory in isEnableJIT | MITSUNARI Shigeo | 2017-01-24 | 1 | -0/+3 |
* | update doc | MITSUNARI Shigeo | 2017-01-23 | 1 | -16/+17 |
* | update doc | MITSUNARI Shigeo | 2017-01-23 | 1 | -4/+19 |
* | add doc for os | MITSUNARI Shigeo | 2017-01-20 | 1 | -1/+1 |
* | fix doc | MITSUNARI Shigeo | 2017-01-19 | 1 | -1/+1 |
* | add doc for CentOS | MITSUNARI Shigeo | 2017-01-19 | 1 | -0/+21 |
* | 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 |
* | fix set pointer | MITSUNARI Shigeo | 2017-01-19 | 1 | -3/+2 |
* | disable Xbyak if SELinux | MITSUNARI Shigeo | 2017-01-18 | 4 | -3/+28 |
* | add .gitignore | MITSUNARI Shigeo | 2017-01-16 | 1 | -0/+9 |
* | remove warning for integer literal | MITSUNARI Shigeo | 2017-01-16 | 1 | -1/+1 |
* | update doc for macos | MITSUNARI Shigeo | 2017-01-16 | 1 | -9/+5 |
* | add asm files for macos | MITSUNARI Shigeo | 2017-01-16 | 4 | -1/+30151 |
* | update make for macOS | MITSUNARI Shigeo | 2017-01-16 | 2 | -1/+12 |
* | add precomputedMillerLoop2 | MITSUNARI Shigeo | 2017-01-16 | 2 | -9/+82 |
* | reduce copy of mulFp6cb_by_G1xy | MITSUNARI Shigeo | 2017-01-16 | 1 | -15/+23 |
* | add precomupted miller loop | MITSUNARI Shigeo | 2017-01-16 | 2 | -14/+104 |
* | update benchmark | MITSUNARI Shigeo | 2017-01-14 | 1 | -1/+1 |
* | enable Compress::fixed_power for Fp254BNb | MITSUNARI Shigeo | 2017-01-14 | 2 | -7/+45 |
* | split mapToCyclotomic | MITSUNARI Shigeo | 2017-01-13 | 1 | -6/+10 |
* | use Fp::divBy4 | MITSUNARI Shigeo | 2017-01-13 | 3 | -6/+11 |
* | disable fp2_mulNFW ; fix it later | MITSUNARI Shigeo | 2017-01-13 | 1 | -1/+1 |
* | add Compress:fixed_power(TBD) | MITSUNARI Shigeo | 2017-01-11 | 2 | -11/+184 |
* | reduce temporary variables in exp_d1 | MITSUNARI Shigeo | 2017-01-11 | 1 | -24/+22 |
* | precompute exp_ci | MITSUNARI Shigeo | 2017-01-11 | 1 | -11/+14 |
* | a little faster fp2_mul for llvm | MITSUNARI Shigeo | 2017-01-11 | 5 | -1/+43 |
* | add make test for java | MITSUNARI Shigeo | 2017-01-11 | 1 | -0/+4 |
* | print secret key | MITSUNARI Shigeo | 2017-01-10 | 1 | -0/+1 |
* | remove unnecessary comments | MITSUNARI Shigeo | 2017-01-10 | 1 | -3/+1 |
* | add document for Java API | MITSUNARI Shigeo | 2017-01-10 | 3 | -2/+118 |
* | add Bn256 JNI | MITSUNARI Shigeo | 2017-01-10 | 12 | -360/+405 |
* | add default value for Fp2::getStr | MITSUNARI Shigeo | 2017-01-10 | 1 | -1/+1 |
* | fix Fp::div | MITSUNARI Shigeo | 2017-01-10 | 1 | -1/+1 |
* | _ | MITSUNARI Shigeo | 2017-01-09 | 3 | -150/+3 |
* | rename elgamal.hpp to elgamal_impl.hpp | MITSUNARI Shigeo | 2017-01-09 | 1 | -0/+147 |
* | specify bit size | MITSUNARI Shigeo | 2017-01-09 | 1 | -2/+2 |
* | rename MclElgamal to Elgamal | MITSUNARI Shigeo | 2017-01-09 | 12 | -77/+75 |
* | rename Mcl to MclElgamal of Java | MITSUNARI Shigeo | 2017-01-09 | 12 | -80/+80 |
* | update doc | MITSUNARI Shigeo | 2016-12-29 | 1 | -2/+3 |
* | update doc | MITSUNARI Shigeo | 2016-12-29 | 1 | -5/+6 |
* | update document | MITSUNARI Shigeo | 2016-12-29 | 1 | -31/+22 |
* | 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 | 5 | -11/+176159 |
* | 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 | 6 | -28/+53 |
* | add suffix to all function names | MITSUNARI Shigeo | 2016-12-28 | 1 | -29/+24 |
* | asm is not used | MITSUNARI Shigeo | 2016-12-28 | 1 | -2/+2 |
* | add -put option for gen | MITSUNARI Shigeo | 2016-12-28 | 1 | -5/+15 |
* | move test code | MITSUNARI Shigeo | 2016-12-28 | 1 | -9/+9 |
* | a little faster sqrFp4 | MITSUNARI Shigeo | 2016-12-28 | 1 | -0/+14 |
* | update benchmark of ARM64 | MITSUNARI Shigeo | 2016-12-26 | 1 | -1/+1 |
* | merge loop | MITSUNARI Shigeo | 2016-12-26 | 1 | -3/+2 |
* | fix indent | MITSUNARI Shigeo | 2016-12-26 | 1 | -3/+1 |
* | fix indent | MITSUNARI Shigeo | 2016-12-26 | 1 | -1/+1 |
* | add doc for frequency | MITSUNARI Shigeo | 2016-12-26 | 1 | -1/+1 |
* | udpate benchmark of arm | MITSUNARI Shigeo | 2016-12-26 | 2 | -2/+7 |
* | 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 | 6 | -55/+131 |
* | add random test of pairing | MITSUNARI Shigeo | 2016-12-26 | 1 | -0/+16 |
* | 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 |
* | Merge remote-tracking branch 'refs/remotes/origin/master' | MITSUNARI Shigeo | 2016-12-25 | 1 | -1/+1 |
|\ |
|
| * | update benchmark of arm64 | MITSUNARI Shigeo | 2016-12-24 | 1 | -1/+1 |
* | | 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 |
* | update benchmark of x64 | MITSUNARI Shigeo | 2016-12-23 | 1 | -1/+1 |
* | update arm64 benchmark | MITSUNARI Shigeo | 2016-12-23 | 1 | -1/+1 |
* | update bench of x64 | MITSUNARI Shigeo | 2016-12-23 | 2 | -4/+5 |
* | use faster pow_z | MITSUNARI Shigeo | 2016-12-23 | 1 | -0/+16 |
* | use Frobenius3 | MITSUNARI Shigeo | 2016-12-23 | 1 | -5/+17 |
* | use sqrFp4 | MITSUNARI Shigeo | 2016-12-23 | 1 | -1/+1 |
* | add Frobenius2 | MITSUNARI Shigeo | 2016-12-23 | 2 | -11/+47 |
* | a little optimization of dblLineWithoutP | MITSUNARI Shigeo | 2016-12-19 | 1 | -74/+7 |
* | fix Fp2Dbl::sqrPre | MITSUNARI Shigeo | 2016-12-19 | 1 | -3/+3 |
* | fix ; add fp for dumpUnit | MITSUNARI Shigeo | 2016-12-19 | 1 | -1/+1 |
* | remove unused comment | MITSUNARI Shigeo | 2016-12-19 | 1 | -2/+0 |
* | fix format | MITSUNARI Shigeo | 2016-12-13 | 1 | -2/+1 |
* | update benchmark for skylake | MITSUNARI Shigeo | 2016-12-13 | 1 | -7/+8 |
* | avoid calling z.clear() before init() | MITSUNARI Shigeo | 2016-12-12 | 1 | -1/+2 |
* | tuning for x86 | MITSUNARI Shigeo | 2016-12-11 | 2 | -5/+21 |
* | fix typo | MITSUNARI Shigeo | 2016-12-07 | 1 | -1/+1 |
* | recalc | MITSUNARI Shigeo | 2016-12-07 | 1 | -5/+5 |
* | add how to use mklib.bat and mk.bat for win | MITSUNARI Shigeo | 2016-12-01 | 2 | -2/+14 |
* | add preset of bn256 | MITSUNARI Shigeo | 2016-12-01 | 4 | -37/+50 |
* | update benchmark of arm64 | MITSUNARI Shigeo | 2016-11-30 | 1 | -6/+7 |
* | add space for document | MITSUNARI Shigeo | 2016-11-30 | 1 | -2/+2 |
* | add benchmark | MITSUNARI Shigeo | 2016-11-30 | 1 | -0/+20 |
* | add TagToStr::f() to print tag | MITSUNARI Shigeo | 2016-11-30 | 1 | -0/+5 |
* | update doc | MITSUNARI Shigeo | 2016-11-29 | 1 | -12/+30 |
* | disable llvm if gmp/gmp_mont | MITSUNARI Shigeo | 2016-11-28 | 1 | -19/+23 |
* | fix ; karatsuba | MITSUNARI Shigeo | 2016-11-28 | 1 | -2/+2 |
* | add FpDbl::getMpz() | MITSUNARI Shigeo | 2016-11-28 | 1 | -0/+6 |
* | fix ; dump for 32-bit mode | MITSUNARI Shigeo | 2016-11-28 | 3 | -3/+23 |
* | specify -march for opt | MITSUNARI Shigeo | 2016-11-28 | 1 | -1/+1 |
* | fix detection of armv7l | MITSUNARI Shigeo | 2016-11-28 | 1 | -3/+3 |
* | fix dblLineWithoutP(TBD) | MITSUNARI Shigeo | 2016-11-24 | 1 | -1/+1 |
* | add operator<< for FpDbl, Fp2Dbl | MITSUNARI Shigeo | 2016-11-24 | 2 | -2/+14 |
* | rewriting dblLineWithoutP | MITSUNARI Shigeo | 2016-11-23 | 2 | -1/+59 |
* | consider not isFullBit | MITSUNARI Shigeo | 2016-11-23 | 1 | -2/+7 |
* | enable optimized Fp6::mul | MITSUNARI Shigeo | 2016-11-22 | 1 | -1/+1 |
* | avoid addPre if isFullBit() | MITSUNARI Shigeo | 2016-11-22 | 1 | -11/+24 |
* | optimize Fp6::mul | MITSUNARI Shigeo | 2016-11-22 | 3 | -15/+120 |
* | split mulSmallUnit | MITSUNARI Shigeo | 2016-11-22 | 2 | -12/+25 |
* | remove mode in setOp | MITSUNARI Shigeo | 2016-11-22 | 1 | -25/+21 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 3 | -7/+23 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 4 | -32/+60 |
* | add bench of fpN1_mod | MITSUNARI Shigeo | 2016-11-18 | 1 | -0/+4 |
* | test ok for snark | MITSUNARI Shigeo | 2016-11-17 | 3 | -45/+52 |
* | tripartie diffie-hellman sample | MITSUNARI Shigeo | 2016-11-17 | 1 | -0/+110 |
* | add include header | MITSUNARI Shigeo | 2016-11-17 | 1 | -0/+1 |
* | 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 | 2 | -6/+4 |
* | use shr1 by llvm | MITSUNARI Shigeo | 2016-11-16 | 2 | -0/+2 |
* | comment out unused var | MITSUNARI Shigeo | 2016-11-16 | 1 | -2/+2 |
* | rename fp_llvm to low_func_llvm | MITSUNARI Shigeo | 2016-11-16 | 3 | -2/+2 |
* | update low function | MITSUNARI Shigeo | 2016-11-16 | 1 | -4/+4 |
* | split fp_proto.hpp into proto.hpp and low_func.hpp | MITSUNARI Shigeo | 2016-11-15 | 7 | -66/+73 |
* | add mcl_fp_shr1 by llvm | MITSUNARI Shigeo | 2016-11-14 | 1 | -0/+17 |
* | optimize divBy2 | MITSUNARI Shigeo | 2016-11-14 | 6 | -25/+36 |
* | (inner) set half = (p+1)/2 | MITSUNARI Shigeo | 2016-11-14 | 3 | -7/+7 |
* | fix dependency | MITSUNARI Shigeo | 2016-11-14 | 1 | -7/+7 |
* | 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 |
* | add MCL_USE_XBYAK=0 option | MITSUNARI Shigeo | 2016-11-10 | 1 | -1/+7 |
* | add detection of aarch64 | MITSUNARI Shigeo | 2016-11-06 | 1 | -0/+4 |
* | avoid getelementptr for large int* type | MITSUNARI Shigeo | 2016-11-05 | 1 | -4/+13 |
* | add how to make on ARM64 linux | MITSUNARI Shigeo | 2016-11-03 | 1 | -0/+5 |
* | precise info of error | MITSUNARI Shigeo | 2016-11-03 | 1 | -1/+1 |
* | disable sanitizer for arm | MITSUNARI Shigeo | 2016-11-03 | 1 | -3/+7 |
* | 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 |
* | remove x in benchmark | MITSUNARI Shigeo | 2016-11-01 | 1 | -6/+5 |
* | fix SqrPreCore for Ltag | MITSUNARI Shigeo | 2016-11-01 | 2 | -2/+4 |
* | use karatsuba for sqr if N >= 6 | MITSUNARI Shigeo | 2016-11-01 | 3 | -16/+54 |
* | 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 | 3 | -3/+12 |
* | specify files to be removed in obj | MITSUNARI Shigeo | 2016-10-31 | 1 | -1/+1 |
* | fix check for MCL_MAX_BIT_SIZE > 521 | MITSUNARI Shigeo | 2016-10-31 | 2 | -10/+11 |
* | 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 | 4 | -22/+76 |
* | split MulPre and MulPreCore | MITSUNARI Shigeo | 2016-10-30 | 2 | -39/+40 |
* | fix macro name | MITSUNARI Shigeo | 2016-10-28 | 1 | -2/+2 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 9 | -17/+17 |
* | add comment to fix cpu freq | MITSUNARI Shigeo | 2016-10-28 | 1 | -0/+4 |
* | split fp_llvm.hpp | MITSUNARI Shigeo | 2016-10-27 | 2 | -39/+3 |
* | add benchmark of karatsuba | MITSUNARI Shigeo | 2016-10-27 | 1 | -0/+71 |
* | 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 | 2 | -38/+18 |
* | karatsuba is ok | MITSUNARI Shigeo | 2016-10-23 | 1 | -4/+2 |
* | implementing karatsuba | MITSUNARI Shigeo | 2016-10-21 | 2 | -1/+77 |
* | 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 | 9 | -43/+43 |
* | unify calcG1 and calcG2 | MITSUNARI Shigeo | 2016-10-17 | 4 | -56/+51 |
* | add MapToG2 | MITSUNARI Shigeo | 2016-10-17 | 3 | -2/+54 |
* | rename addNC, subNC to addPre, subPre | MITSUNARI Shigeo | 2016-10-14 | 14 | -227/+205 |
* | rename USE_LLVM to MCL_USE_LLVM | MITSUNARI Shigeo | 2016-10-11 | 3 | -5/+8 |
* | fix ; test fp_addNC if enable | MITSUNARI Shigeo | 2016-10-11 | 2 | -5/+12 |
* | 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 | 4 | -126/+101 |
* | add generic SqrMont, Mul, Sqr | MITSUNARI Shigeo | 2016-10-07 | 3 | -102/+97 |
* | add .emptydir for empty directory | MITSUNARI Shigeo | 2016-10-07 | 3 | -0/+0 |
* | fix roundup of bitSize | MITSUNARI Shigeo | 2016-10-07 | 3 | -8/+10 |
* | rename function from bit to N | MITSUNARI Shigeo | 2016-10-07 | 4 | -119/+113 |
* | 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 | 6 | -187/+281 |
* | refactor using gmp | MITSUNARI Shigeo | 2016-10-04 | 4 | -181/+156 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 6 | -52/+114 |
* | refactoring Op::init | MITSUNARI Shigeo | 2016-10-03 | 3 | -92/+117 |
* | rename LLVM functions ; add 'L' | MITSUNARI Shigeo | 2016-09-29 | 5 | -64/+76 |
* | fp_mul_Unit requires p | MITSUNARI Shigeo | 2016-09-29 | 2 | -6/+5 |
* | remove montPU | MITSUNARI Shigeo | 2016-09-29 | 3 | -33/+5 |
* | change prototype of mul/sqr | MITSUNARI Shigeo | 2016-09-28 | 6 | -29/+30 |
* | unity fpDbl_mod | MITSUNARI Shigeo | 2016-09-27 | 7 | -34/+19 |
* | same prototype of montRedPU and fpDbl_modP | MITSUNARI Shigeo | 2016-09-27 | 5 | -16/+16 |
* | move rp and p to the top of Op | MITSUNARI Shigeo | 2016-09-27 | 3 | -14/+14 |
* | rename addP, subP to add, sub | MITSUNARI Shigeo | 2016-09-27 | 2 | -14/+10 |
* | remove addP, subP | MITSUNARI Shigeo | 2016-09-27 | 5 | -34/+11 |
* | remove omitted version | MITSUNARI Shigeo | 2016-09-27 | 3 | -30/+21 |
* | fp_neg requires p | MITSUNARI Shigeo | 2016-09-27 | 5 | -11/+7 |
* | op.sub requires p | MITSUNARI Shigeo | 2016-09-26 | 5 | -17/+7 |
* | op.add requires p | MITSUNARI Shigeo | 2016-09-26 | 8 | -19/+56 |
* | remove warning of vc15 | MITSUNARI Shigeo | 2016-09-24 | 1 | -31/+32 |
* | add macro NOMINMAX for vc | MITSUNARI Shigeo | 2016-09-22 | 1 | -1/+1 |
* | add bat file to make mcl.lib | MITSUNARI Shigeo | 2016-09-22 | 1 | -0/+4 |
* | add subNC x64 asm | MITSUNARI Shigeo | 2016-09-21 | 2 | -34/+101 |
* | benchmark of low_test | MITSUNARI Shigeo | 2016-09-20 | 2 | -18/+28 |
* | move mont_fp_test to fp_test | MITSUNARI Shigeo | 2016-09-19 | 2 | -520/+248 |
* | rewrite fp_test | MITSUNARI Shigeo | 2016-09-18 | 5 | -75/+179 |
* | fix error if USE_LLVM | MITSUNARI Shigeo | 2016-09-18 | 1 | -2/+6 |
* | add description of this library | MITSUNARI Shigeo | 2016-09-12 | 1 | -0/+1 |
* | add sanitize option if DEBUG=1 | MITSUNARI Shigeo | 2016-09-08 | 1 | -2/+4 |
* | compare ret | MITSUNARI Shigeo | 2016-09-05 | 2 | -3/+12 |
* | add mcl_fp_addNC for x86-64 by nasm | MITSUNARI Shigeo | 2016-09-05 | 4 | -5/+104 |
* | fix some functions and implementation of io | MITSUNARI Shigeo | 2016-09-05 | 7 | -109/+92 |
* | use prefix(0x and 0b) if it conflicts with base | MITSUNARI Shigeo | 2016-09-05 | 3 | -16/+15 |
* | fix ; remove wornings on clang | MITSUNARI Shigeo | 2016-09-01 | 1 | -1/+2 |
* | add getIoPrefix | MITSUNARI Shigeo | 2016-09-01 | 3 | -4/+10 |
* | fix spell | MITSUNARI Shigeo | 2016-09-01 | 3 | -9/+9 |
* | refactor operator>> | MITSUNARI Shigeo | 2016-08-29 | 1 | -34/+14 |
* | change format of Ec | MITSUNARI Shigeo | 2016-08-29 | 2 | -29/+14 |
* | move setIoMode function to global | MITSUNARI Shigeo | 2016-08-29 | 7 | -103/+80 |
* | refactor Fp::setStr | MITSUNARI Shigeo | 2016-08-28 | 1 | -57/+40 |
* | add test of IoMode for Ec | MITSUNARI Shigeo | 2016-08-28 | 2 | -2/+51 |
* | all classes support fp::IoArray(Raw) | MITSUNARI Shigeo | 2016-08-28 | 2 | -8/+83 |
* | add Fp::setIoMode | MITSUNARI Shigeo | 2016-08-28 | 2 | -14/+117 |
* | rename _P, _Q to P0, Q0 | MITSUNARI Shigeo | 2016-08-18 | 1 | -9/+9 |
* | add F2T::squareRoot | MITSUNARI Shigeo | 2016-08-15 | 5 | -3/+76 |
* | add sq_test to Makefile | MITSUNARI Shigeo | 2016-08-15 | 2 | -9/+15 |
* | rename map-to-point class | MITSUNARI Shigeo | 2016-08-09 | 2 | -17/+20 |
* | add one() | MITSUNARI Shigeo | 2016-08-09 | 1 | -0/+1 |
* | add setBit/resetBit | MITSUNARI Shigeo | 2016-08-09 | 1 | -0/+12 |
* | add dummy squareRoot for Fp2T | MITSUNARI Shigeo | 2016-08-09 | 1 | -0/+5 |
* | change hash.calc | MITSUNARI Shigeo | 2016-08-06 | 3 | -10/+17 |
* | hash throws if exceptional value | MITSUNARI Shigeo | 2016-08-05 | 2 | -11/+19 |
* | add getWeierstrass | MITSUNARI Shigeo | 2016-08-05 | 1 | -3/+7 |
* | Merge commit '81aa36e' | MITSUNARI Shigeo | 2016-08-04 | 1 | -0/+11 |
|\ |
|
| * | add test | MITSUNARI Shigeo | 2016-08-04 | 1 | -0/+11 |