Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename isSame to isEqual | MITSUNARI Shigeo | 2017-05-30 | 1 | -3/+4 |
* | rename setMsg to SetHashOf | MITSUNARI Shigeo | 2017-05-30 | 1 | -1/+1 |
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+1 |
* | compare Ec::add and mixed Ec::add | MITSUNARI Shigeo | 2017-03-25 | 1 | -3/+7 |
* | rename shared library from _if to _dy | MITSUNARI Shigeo | 2017-03-07 | 1 | -1/+1 |
* | fix typo | MITSUNARI Shigeo | 2017-02-21 | 1 | -0/+52 |
* | remove warning of vc15 | MITSUNARI Shigeo | 2017-02-21 | 1 | -5/+5 |
* | 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 | 1 | -0/+66 |
* | remove old order arguments | MITSUNARI Shigeo | 2017-02-13 | 1 | -2/+2 |
* | fix typo | MITSUNARI Shigeo | 2017-02-13 | 1 | -1/+1 |
* | change the order of arguments of G1 and G2 | MITSUNARI Shigeo | 2017-02-12 | 1 | -12/+12 |
* | add sample code of pairing | MITSUNARI Shigeo | 2017-01-26 | 1 | -16/+40 |
* | test of 1024 bit size | MITSUNARI Shigeo | 2017-01-26 | 1 | -2/+8 |
* | add sample of primes | MITSUNARI Shigeo | 2017-01-24 | 1 | -4/+12 |
* | add long size prime | MITSUNARI Shigeo | 2017-01-24 | 1 | -1/+5 |
* | add preset of bn256 | MITSUNARI Shigeo | 2016-12-01 | 2 | -28/+9 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 1 | -7/+26 |
* | add bench of fpN1_mod | MITSUNARI Shigeo | 2016-11-18 | 1 | -0/+4 |
* | tripartie diffie-hellman sample | MITSUNARI Shigeo | 2016-11-17 | 1 | -0/+110 |
* | 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 | 1 | -1/+1 |
* | optimize divBy2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -7/+2 |
* | rename MCL_MAX_OP_BIT_SIZE to MCL_MAX_BIT_SIZE | MITSUNARI Shigeo | 2016-10-28 | 1 | -2/+2 |
* | disable karatsuba for a while | MITSUNARI Shigeo | 2016-10-23 | 1 | -33/+8 |
* | rename mul_Unit to mulUnit | MITSUNARI Shigeo | 2016-10-20 | 1 | -4/+4 |
* | rename addNC, subNC to addPre, subPre | MITSUNARI Shigeo | 2016-10-14 | 2 | -18/+18 |
* | rename USE_LLVM to MCL_USE_LLVM | MITSUNARI Shigeo | 2016-10-11 | 1 | -1/+1 |
* | fix ; test fp_addNC if enable | MITSUNARI Shigeo | 2016-10-11 | 2 | -5/+12 |
* | refactoring setup | MITSUNARI Shigeo | 2016-10-05 | 2 | -11/+11 |
* | use AddPre | MITSUNARI Shigeo | 2016-10-04 | 1 | -11/+11 |
* | compare ret | MITSUNARI Shigeo | 2016-09-05 | 1 | -2/+11 |
* | fix conflict | MITSUNARI Shigeo | 2016-07-28 | 1 | -0/+1 |
|\ | |||||
| * | move compareGmp | MITSUNARI Shigeo | 2016-07-22 | 1 | -1/+1 |
| * | add 512-bit prime | MITSUNARI Shigeo | 2016-07-22 | 1 | -20/+46 |
| * | add test of mulPre768(not run) | MITSUNARI Shigeo | 2016-07-22 | 1 | -0/+45 |
| * | benchmark of large | MITSUNARI Shigeo | 2016-07-22 | 1 | -9/+32 |
* | | add/sub for 768-bit prime | MITSUNARI Shigeo | 2016-07-28 | 1 | -11/+114 |
|/ | |||||
* | use llvm for large prime | MITSUNARI Shigeo | 2016-07-11 | 1 | -0/+4 |
* | add bench of large prime | MITSUNARI Shigeo | 2016-07-11 | 1 | -6/+14 |
* | add large sample | MITSUNARI Shigeo | 2016-07-11 | 1 | -0/+23 |
* | add bench of fp_addNC, fp_subNC | MITSUNARI Shigeo | 2016-06-24 | 1 | -7/+15 |
* | change bitSize option | MITSUNARI Shigeo | 2016-06-11 | 1 | -1/+1 |
* | add fp_mont for gmp | MITSUNARI Shigeo | 2016-06-06 | 2 | -11/+14 |
* | remove getModeStr | MITSUNARI Shigeo | 2016-05-31 | 1 | -13/+2 |
* | remove unnecessary include header | MITSUNARI Shigeo | 2016-05-30 | 1 | -2/+0 |
* | rename optimalAtePairing to pairing | MITSUNARI Shigeo | 2016-05-30 | 1 | -2/+2 |
* | add pairing sample | MITSUNARI Shigeo | 2016-05-30 | 1 | -0/+40 |
* | add bench fp_mul_UnitPre | MITSUNARI Shigeo | 2016-05-12 | 1 | -1/+5 |
* | add try catch | MITSUNARI Shigeo | 2016-05-12 | 1 | -1/+4 |
* | rename mulU to mul_Unit | MITSUNARI Shigeo | 2016-05-03 | 1 | -4/+4 |
* | getModeStr is duplicated | MITSUNARI Shigeo | 2016-04-30 | 1 | -12/+1 |
* | remove base argument in Fp::init | MITSUNARI Shigeo | 2016-04-30 | 5 | -11/+11 |
* | rename Ec::setParam to Ec::init | MITSUNARI Shigeo | 2016-04-29 | 3 | -3/+3 |
* | rename Gmp to gmp | MITSUNARI Shigeo | 2016-04-19 | 1 | -2/+2 |
* | rename mulI to mulU | MITSUNARI Shigeo | 2016-04-18 | 1 | -4/+4 |
* | rewrite Makefile | MITSUNARI Shigeo | 2016-04-12 | 1 | -23/+0 |
* | mod_NIST_P521 by llvm | MITSUNARI Shigeo | 2016-03-28 | 1 | -0/+2 |
* | add bench of mulI | MITSUNARI Shigeo | 2016-03-22 | 1 | -3/+4 |
* | remove unnecessary include | MITSUNARI Shigeo | 2016-03-18 | 1 | -3/+0 |
* | move conversion.hpp from include to src | MITSUNARI Shigeo | 2016-03-16 | 1 | -1/+1 |
* | use mul2 instead of mul | MITSUNARI Shigeo | 2016-03-12 | 1 | -4/+3 |
* | add size option | MITSUNARI Shigeo | 2016-03-11 | 1 | -1/+12 |
* | add bench of N = 2 | MITSUNARI Shigeo | 2016-03-10 | 1 | -9/+16 |
* | add sqrPre3 | MITSUNARI Shigeo | 2016-03-09 | 1 | -7/+6 |
* | add bench of Fp2::mul, sqr | MITSUNARI Shigeo | 2016-03-08 | 1 | -15/+12 |
* | correct value | MITSUNARI Shigeo | 2016-03-08 | 1 | -6/+9 |
* | benchmark of raw | MITSUNARI Shigeo | 2016-03-08 | 1 | -7/+19 |
* | rename fp_mod to fpDbl_mod | MITSUNARI Shigeo | 2016-03-08 | 1 | -1/+1 |
* | add rawbench | MITSUNARI Shigeo | 2016-03-08 | 2 | -1/+106 |
* | rename Tag | MITSUNARI Shigeo | 2016-02-15 | 3 | -8/+4 |
* | rename square to sqr | MITSUNARI Shigeo | 2016-01-24 | 1 | -1/+1 |
* | fix sqr | MITSUNARI Shigeo | 2016-01-24 | 1 | -2/+3 |
* | add rand test | MITSUNARI Shigeo | 2016-01-04 | 1 | -2/+6 |
* | variable ecmode | MITSUNARI Shigeo | 2015-12-28 | 1 | -10/+25 |
* | add p160_1 for test | MITSUNARI Shigeo | 2015-12-28 | 1 | -0/+1 |
* | a little optimize of power | MITSUNARI Shigeo | 2015-12-22 | 1 | -1/+1 |
* | sample of vote imported from git://github.com/aistcrypt/Lifted-ElGamal.git | MITSUNARI Shigeo | 2015-08-20 | 1 | -0/+210 |
* | move ec bench to bench.cpp | MITSUNARI Shigeo | 2015-07-28 | 1 | -7/+56 |
* | bench of toStr16, fromStr16 | MITSUNARI Shigeo | 2015-07-08 | 1 | -2/+57 |
* | rename macro ; default define MCL_USE_XBYAK, MCL_USE_LLVM | MITSUNARI Shigeo | 2015-07-07 | 1 | -1/+1 |
* | mode select runs well | MITSUNARI Shigeo | 2015-07-07 | 1 | -8/+21 |
* | add bench | MITSUNARI Shigeo | 2015-07-06 | 4 | -2/+98 |
* | rename Ec::power to Ec::mul | MITSUNARI Shigeo | 2015-06-11 | 1 | -4/+4 |
* | change method name | MITSUNARI Shigeo | 2015-06-08 | 1 | -1/+1 |
* | from mie | MITSUNARI Shigeo | 2015-05-05 | 3 | -0/+121 |