Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fast reduction accepts bls12-381 prime | MITSUNARI Shigeo | 2019-03-07 | 1 | -0/+33 |
* | optimize Vint::div for small denominator | MITSUNARI Shigeo | 2019-03-06 | 1 | -4/+60 |
* | add getModulo for buf | MITSUNARI Shigeo | 2018-05-23 | 1 | -0/+7 |
* | reduce exception | MITSUNARI Shigeo | 2018-05-21 | 1 | -3/+3 |
* | remove stringstream in vint.hpp | MITSUNARI Shigeo | 2018-05-14 | 1 | -3/+5 |
* | add fast mod for SECP256k1 | MITSUNARI Shigeo | 2018-05-09 | 1 | -0/+32 |
* | fix sign of Vint::adu1 | MITSUNARI Shigeo | 2017-09-17 | 1 | -0/+45 |
* | divUnit is only for 64-bit unit | MITSUNARI Shigeo | 2017-08-19 | 1 | -0/+2 |
* | add test divUnit | MITSUNARI Shigeo | 2017-08-03 | 1 | -4/+52 |
* | remove redundant test of vint | MITSUNARI Shigeo | 2017-08-03 | 1 | -45/+0 |
* | add Vint:divu1, modu1 | MITSUNARI Shigeo | 2017-07-31 | 1 | -2/+2 |
* | avoid exception test on emscripten | MITSUNARI Shigeo | 2017-07-24 | 1 | -4/+5 |
* | make ARCH=x86 MCL_USE_GMP=0 MCL_USE_OPENSSL=0 test passed | MITSUNARI Shigeo | 2017-07-24 | 1 | -1/+1 |
* | fix many bugs of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -7/+8 |
* | avoid exception test on emcc | MITSUNARI Shigeo | 2017-07-23 | 1 | -3/+9 |
* | add benchmark of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -0/+25 |
* | rename Vint::bitLen to getBitSize | MITSUNARI Shigeo | 2017-07-22 | 1 | -18/+19 |
* | remove warning of visual stduio | MITSUNARI Shigeo | 2017-07-22 | 1 | -0/+2 |
* | add Vint::jacobi | MITSUNARI Shigeo | 2017-07-20 | 1 | -1/+22 |
* | add Vint::gcd, lcm | MITSUNARI Shigeo | 2017-07-20 | 1 | -0/+15 |
* | add Vint::isPrime | MITSUNARI Shigeo | 2017-07-20 | 1 | -0/+48 |
* | add Vint:invMod | MITSUNARI Shigeo | 2017-07-18 | 1 | -1/+11 |
* | Vint::and/or | MITSUNARI Shigeo | 2017-07-18 | 1 | -0/+21 |
* | add Vint::powMod | MITSUNARI Shigeo | 2017-07-18 | 1 | -5/+30 |
* | refactor type | MITSUNARI Shigeo | 2017-07-18 | 1 | -6/+6 |
* | change T to int | MITSUNARI Shigeo | 2017-07-18 | 1 | -18/+19 |
* | add test | MITSUNARI Shigeo | 2017-07-18 | 1 | -2/+53 |
* | add test | MITSUNARI Shigeo | 2017-07-18 | 1 | -22/+18 |
* | add divMod and quotRem | MITSUNARI Shigeo | 2017-07-18 | 1 | -10/+10 |
* | _ | MITSUNARI Shigeo | 2017-07-17 | 1 | -95/+97 |
* | rename emu_mpz to Vint | MITSUNARI Shigeo | 2017-07-17 | 1 | -0/+947 |