Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support int64_t for G::pow | MITSUNARI Shigeo | 2017-09-28 | 1 | -3/+10 |
* | fix sign of Vint::adu1 | MITSUNARI Shigeo | 2017-09-17 | 1 | -18/+18 |
* | fix detection of 0b... | MITSUNARI Shigeo | 2017-09-16 | 1 | -1/+1 |
* | add wasm demo | MITSUNARI Shigeo | 2017-09-02 | 1 | -1/+3 |
* | use FixedBuffer for vint | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+3 |
* | add test divUnit | MITSUNARI Shigeo | 2017-08-03 | 1 | -113/+23 |
* | add msg argument for vint::dump | MITSUNARI Shigeo | 2017-08-03 | 1 | -4/+4 |
* | fix alias of divNM | MITSUNARI Shigeo | 2017-08-03 | 1 | -1/+1 |
* | define macro for emscripten | MITSUNARI Shigeo | 2017-08-03 | 1 | -0/+4 |
* | vint::divNM passed test | MITSUNARI Shigeo | 2017-08-02 | 1 | -93/+153 |
* | rename vint::subs1 to subu1 | MITSUNARI Shigeo | 2017-08-01 | 1 | -29/+71 |
* | add portable mul for 32-bit | MITSUNARI Shigeo | 2017-07-31 | 1 | -10/+40 |
* | add MCL_VINT_FIXED_BUFFER | MITSUNARI Shigeo | 2017-07-31 | 1 | -1/+4 |
* | use MCL_SIZEOF_UNIT macro instead of CYBOZU_OS_BIT | MITSUNARI Shigeo | 2017-07-31 | 1 | -10/+12 |
* | add Vint:divu1, modu1 | MITSUNARI Shigeo | 2017-07-31 | 1 | -10/+32 |
* | make ARCH=x86 MCL_USE_GMP=0 MCL_USE_OPENSSL=0 test passed | MITSUNARI Shigeo | 2017-07-24 | 1 | -2/+66 |
* | reduce memcpy of divNM | MITSUNARI Shigeo | 2017-07-24 | 1 | -14/+17 |
* | fix many bugs of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -72/+186 |
* | add benchmark of Vint | MITSUNARI Shigeo | 2017-07-23 | 1 | -2/+6 |
* | add vint::sqrN | MITSUNARI Shigeo | 2017-07-22 | 1 | -7/+16 |
* | rename local namespace to vint | MITSUNARI Shigeo | 2017-07-22 | 1 | -32/+38 |
* | add const for Vint::isPrime | MITSUNARI Shigeo | 2017-07-22 | 1 | -2/+3 |
* | rename Vint::bitLen to getBitSize | MITSUNARI Shigeo | 2017-07-22 | 1 | -3/+4 |
* | remove warning of visual stduio | MITSUNARI Shigeo | 2017-07-22 | 1 | -6/+19 |
* | add Vint::jacobi | MITSUNARI Shigeo | 2017-07-20 | 1 | -6/+81 |
* | add Vint::gcd, lcm | MITSUNARI Shigeo | 2017-07-20 | 1 | -0/+20 |
* | update Miller-Rabind | MITSUNARI Shigeo | 2017-07-20 | 1 | -15/+27 |
* | add Vint::isPrime | MITSUNARI Shigeo | 2017-07-20 | 1 | -2/+60 |
* | avoid alias of x | MITSUNARI Shigeo | 2017-07-18 | 1 | -2/+2 |
* | add Vint:invMod | MITSUNARI Shigeo | 2017-07-18 | 1 | -0/+40 |
* | remove unused var | MITSUNARI Shigeo | 2017-07-18 | 1 | -1/+1 |
* | Vint::and/or | MITSUNARI Shigeo | 2017-07-18 | 1 | -4/+52 |
* | add Vint::powMod | MITSUNARI Shigeo | 2017-07-18 | 1 | -73/+60 |
* | refactor type | MITSUNARI Shigeo | 2017-07-18 | 1 | -46/+44 |
* | change T to int | MITSUNARI Shigeo | 2017-07-18 | 1 | -51/+60 |
* | add test | MITSUNARI Shigeo | 2017-07-18 | 1 | -88/+101 |
* | add divMod and quotRem | MITSUNARI Shigeo | 2017-07-18 | 1 | -213/+205 |
* | VuintT is removed | MITSUNARI Shigeo | 2017-07-17 | 1 | -84/+70 |
* | refactor Vint | MITSUNARI Shigeo | 2017-07-17 | 1 | -344/+156 |
* | _ | MITSUNARI Shigeo | 2017-07-17 | 1 | -198/+284 |
* | rename emu_mpz to Vint | MITSUNARI Shigeo | 2017-07-17 | 1 | -0/+1427 |