Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug fix of mulCTrelease20170402 | MITSUNARI Shigeo | 2017-04-02 | 2 | -1/+5 |
* | constTime version of GLV for G1 | MITSUNARI Shigeo | 2017-03-28 | 2 | -10/+20 |
* | at first modulo | MITSUNARI Shigeo | 2017-03-28 | 1 | -1/+1 |
* | enable glv method for G1 | MITSUNARI Shigeo | 2017-03-27 | 2 | -3/+63 |
* | fix declaration of template | MITSUNARI Shigeo | 2017-03-26 | 1 | -1/+1 |
* | start to imple GLV for G1 | MITSUNARI Shigeo | 2017-03-26 | 5 | -1/+154 |
* | unify powGeneric and powGenericCT | MITSUNARI Shigeo | 2017-03-26 | 2 | -68/+33 |
* | add const for normalize | MITSUNARI Shigeo | 2017-03-26 | 2 | -4/+4 |
* | add test of mapToG2 | MITSUNARI Shigeo | 2017-03-26 | 1 | -0/+4 |
* | old code is removed | MITSUNARI Shigeo | 2017-03-26 | 1 | -28/+0 |
* | update benchmark of bn384 | MITSUNARI Shigeo | 2017-03-26 | 1 | -4/+2 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 3 | -3/+2 |
* | add option for bn384_test | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+22 |
* | compare Ec::add and mixed Ec::add | MITSUNARI Shigeo | 2017-03-25 | 1 | -3/+7 |
* | simplify output of test | MITSUNARI Shigeo | 2017-03-23 | 1 | -47/+54 |
* | defaut constructor of Ec does not clear the memory | MITSUNARI Shigeo | 2017-03-17 | 5 | -8/+19 |
* | fix comment | MITSUNARI Shigeo | 2017-03-17 | 1 | -2/+2 |
* | add constant time scalar mul for EC | MITSUNARI Shigeo | 2017-03-17 | 3 | -40/+63 |
* | add getQuadraticNonResidue | MITSUNARI Shigeo | 2017-03-15 | 1 | -5/+9 |
* | add bn384.hpp | MITSUNARI Shigeo | 2017-03-14 | 2 | -10/+44 |
* | add almost constant-time pow | MITSUNARI Shigeo | 2017-03-14 | 3 | -3/+56 |
* | make returns 1 if tests fail | MITSUNARI Shigeo | 2017-03-13 | 1 | -1/+1 |
* | remove comment | MITSUNARI Shigeo | 2017-03-11 | 1 | -5/+0 |
* | change type of z from mpz_class to const char* | MITSUNARI Shigeo | 2017-03-11 | 1 | -8/+9 |
* | benchmark of 382-bit pairing | MITSUNARI Shigeo | 2017-03-11 | 2 | -6/+27 |
* | add bn384_test | MITSUNARI Shigeo | 2017-03-10 | 3 | -3/+44 |
* | change type of CurveParam.z | MITSUNARI Shigeo | 2017-03-10 | 1 | -10/+7 |
* | enable bn256_test.cpp for travis | MITSUNARI Shigeo | 2017-03-09 | 2 | -5/+2 |
* | add apis to precompute | MITSUNARI Shigeo | 2017-03-09 | 3 | -0/+324 |
* | compile with debug mode for travis-ci | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+2 |
* | avoid bn256_test if travis-ci | MITSUNARI Shigeo | 2017-03-08 | 2 | -3/+5 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | specify dependency of bn256_test.o | MITSUNARI Shigeo | 2017-03-08 | 1 | -3/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -4/+4 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 2 | -2/+2 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | _ | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+1 |
* | debug makefile | MITSUNARI Shigeo | 2017-03-08 | 2 | -2/+2 |
* | remove clang in travis.yml | MITSUNARI Shigeo | 2017-03-08 | 1 | -1/+0 |
* | add sudo | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+2 |
* | install libgmp-dev | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+2 |
* | set travis CI | MITSUNARI Shigeo | 2017-03-08 | 2 | -0/+13 |
* | avoid size_t because it is depends on 32/64-bit architecture | MITSUNARI Shigeo | 2017-03-08 | 3 | -17/+16 |
* | add precomputed functions for C | MITSUNARI Shigeo | 2017-03-08 | 1 | -18/+25 |
* | add getPrecomputedQcoeffSize | MITSUNARI Shigeo | 2017-03-08 | 1 | -0/+11 |
* | fix typo of doc | MITSUNARI Shigeo | 2017-03-08 | 1 | -10/+11 |
* | add doc for G2 | MITSUNARI Shigeo | 2017-03-07 | 1 | -0/+5 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 11 | -339/+81 |
* | rename log file | MITSUNARI Shigeo | 2017-03-06 | 1 | -1/+1 |
* | split program.cs to bn256.cs and bn256_test.cs | MITSUNARI Shigeo | 2017-03-06 | 6 | -571/+636 |
* | add pairing test for C# | MITSUNARI Shigeo | 2017-03-06 | 1 | -0/+27 |
* | rename libbn256_if.so to libbn256_ifs.so | MITSUNARI Shigeo | 2017-03-06 | 1 | -2/+4 |
* | rename libmcl.so to libmcls.so | MITSUNARI Shigeo | 2017-03-05 | 1 | -1/+1 |
* | add test for isZero, isOne | MITSUNARI Shigeo | 2017-03-04 | 1 | -2/+4 |
* | add GT for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -9/+146 |
* | fix comment of size | MITSUNARI Shigeo | 2017-03-04 | 1 | -1/+1 |
* | add imple of G2 and test for C# | MITSUNARI Shigeo | 2017-03-04 | 1 | -0/+91 |
* | update RELIC benchmark for x64 with optimized option | MITSUNARI Shigeo | 2017-03-03 | 1 | -1/+6 |
* | add BN256_G1* functions for C# | MITSUNARI Shigeo | 2017-03-03 | 1 | -8/+126 |
* | import G1 functions | MITSUNARI Shigeo | 2017-03-02 | 1 | -8/+22 |
* | accept amd64 as x86_64 | MITSUNARI Shigeo | 2017-03-02 | 1 | -0/+7 |
* | ffi for C#/Python(TBD) | MITSUNARI Shigeo | 2017-02-26 | 6 | -0/+377 |
* | rename arguments from str to s | MITSUNARI Shigeo | 2017-02-23 | 1 | -8/+8 |
* | add doc for string format | MITSUNARI Shigeo | 2017-02-21 | 1 | -0/+11 |
* | update Makefile for test/bn256_if_test.cpp and sample/pairing_if.c | MITSUNARI Shigeo | 2017-02-21 | 2 | -7/+34 |
* | include stddef.h for size_t | MITSUNARI Shigeo | 2017-02-21 | 1 | -0/+1 |
* | fix typo | MITSUNARI Shigeo | 2017-02-21 | 2 | -1/+53 |
* | chmod 644 *.bat | MITSUNARI Shigeo | 2017-02-21 | 4 | -0/+0 |
* | refactor mklib.bat and mk.bat | MITSUNARI Shigeo | 2017-02-21 | 5 | -11/+23 |
* | remove warning of vc15 | MITSUNARI Shigeo | 2017-02-21 | 1 | -5/+5 |
* | make bn256_if.dll | MITSUNARI Shigeo | 2017-02-21 | 4 | -65/+84 |
* | add Fr/G1/G2 isValid | MITSUNARI Shigeo | 2017-02-19 | 3 | -8/+32 |
* | close after test | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+6 |
* | add test of G1, G2, GT and pairing | MITSUNARI Shigeo | 2017-02-19 | 3 | -0/+158 |
* | add test of getStr | MITSUNARI Shigeo | 2017-02-19 | 1 | -2/+8 |
* | add alias of GT | MITSUNARI Shigeo | 2017-02-19 | 1 | -0/+1 |
* | change init function name | MITSUNARI Shigeo | 2017-02-18 | 1 | -2/+2 |
* | add random.hpp and ahe.hpp | MITSUNARI Shigeo | 2017-02-18 | 2 | -0/+109 |
* | reduce posibility of calling malloc | MITSUNARI Shigeo | 2017-02-16 | 1 | -0/+1 |
* | test of bn256_if(cnd) | MITSUNARI Shigeo | 2017-02-15 | 1 | -0/+94 |
* | add test of BN256_Fr | MITSUNARI Shigeo | 2017-02-15 | 2 | -0/+570 |
* | split functions for bls_sig.cpp | MITSUNARI Shigeo | 2017-02-15 | 1 | -16/+28 |
* | P is not used | MITSUNARI Shigeo | 2017-02-15 | 1 | -1/+0 |
* | add BLS signature sample | MITSUNARI Shigeo | 2017-02-15 | 2 | -1/+67 |
* | add arguments of mk.bat | MITSUNARI Shigeo | 2017-02-15 | 2 | -2/+2 |
* | add getStr() | MITSUNARI Shigeo | 2017-02-15 | 1 | -1/+10 |
* | fix getRandVal test | MITSUNARI Shigeo | 2017-02-14 | 2 | -12/+14 |
* | use std::random_device for Fp::setRand | MITSUNARI Shigeo | 2017-02-14 | 1 | -1/+21 |
* | remove old order arguments | MITSUNARI Shigeo | 2017-02-13 | 2 | -14/+2 |
* | add wrapper functions ; BN::mapToGi | MITSUNARI Shigeo | 2017-02-13 | 2 | -10/+8 |
* | update java.md to change the order of the arguments of pairing | MITSUNARI Shigeo | 2017-02-13 | 1 | -4/+4 |
* | fix typo | MITSUNARI Shigeo | 2017-02-13 | 1 | -1/+1 |
* | add Fp6::isOne and Fp12::isOne | MITSUNARI Shigeo | 2017-02-12 | 1 | -0/+8 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 7 | -67/+70 |
* | reorder arguments P and Q of pairing | MITSUNARI Shigeo | 2017-02-12 | 1 | -0/+16 |
* | remove mcl.jar | MITSUNARI Shigeo | 2017-02-09 | 1 | -0/+0 |
* | add mcl.jar | MITSUNARI Shigeo | 2017-02-08 | 1 | -0/+0 |
* | 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 |