Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm_mont is faster for bn384 | MITSUNARI Shigeo | 2017-03-25 | 1 | -1/+1 |
* | 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 |
* | shortcut of mulUnit | MITSUNARI Shigeo | 2016-11-21 | 1 | -7/+26 |
* | add bench of fpN1_mod | MITSUNARI Shigeo | 2016-11-18 | 1 | -0/+4 |
* | optimize divBy2 | MITSUNARI Shigeo | 2016-11-14 | 1 | -7/+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 | -8/+8 |
* | fix ; test fp_addNC if enable | MITSUNARI Shigeo | 2016-10-11 | 1 | -2/+7 |
* | refactoring setup | MITSUNARI Shigeo | 2016-10-05 | 1 | -8/+8 |
* | add bench of fp_addNC, fp_subNC | MITSUNARI Shigeo | 2016-06-24 | 1 | -7/+15 |
* | add fp_mont for gmp | MITSUNARI Shigeo | 2016-06-06 | 1 | -0/+1 |
* | 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 | 1 | -1/+1 |
* | rename mulI to mulU | MITSUNARI Shigeo | 2016-04-18 | 1 | -4/+4 |
* | add bench of mulI | MITSUNARI Shigeo | 2016-03-22 | 1 | -3/+4 |
* | 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 | 1 | -0/+105 |