aboutsummaryrefslogtreecommitdiffstats
path: root/test/vint_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* fast reduction accepts bls12-381 primeMITSUNARI Shigeo2019-03-071-0/+33
* optimize Vint::div for small denominatorMITSUNARI Shigeo2019-03-061-4/+60
* add getModulo for bufMITSUNARI Shigeo2018-05-231-0/+7
* reduce exceptionMITSUNARI Shigeo2018-05-211-3/+3
* remove stringstream in vint.hppMITSUNARI Shigeo2018-05-141-3/+5
* add fast mod for SECP256k1MITSUNARI Shigeo2018-05-091-0/+32
* fix sign of Vint::adu1MITSUNARI Shigeo2017-09-171-0/+45
* divUnit is only for 64-bit unitMITSUNARI Shigeo2017-08-191-0/+2
* add test divUnitMITSUNARI Shigeo2017-08-031-4/+52
* remove redundant test of vintMITSUNARI Shigeo2017-08-031-45/+0
* add Vint:divu1, modu1MITSUNARI Shigeo2017-07-311-2/+2
* avoid exception test on emscriptenMITSUNARI Shigeo2017-07-241-4/+5
* make ARCH=x86 MCL_USE_GMP=0 MCL_USE_OPENSSL=0 test passedMITSUNARI Shigeo2017-07-241-1/+1
* fix many bugs of VintMITSUNARI Shigeo2017-07-231-7/+8
* avoid exception test on emccMITSUNARI Shigeo2017-07-231-3/+9
* add benchmark of VintMITSUNARI Shigeo2017-07-231-0/+25
* rename Vint::bitLen to getBitSizeMITSUNARI Shigeo2017-07-221-18/+19
* remove warning of visual stduioMITSUNARI Shigeo2017-07-221-0/+2
* add Vint::jacobiMITSUNARI Shigeo2017-07-201-1/+22
* add Vint::gcd, lcmMITSUNARI Shigeo2017-07-201-0/+15
* add Vint::isPrimeMITSUNARI Shigeo2017-07-201-0/+48
* add Vint:invModMITSUNARI Shigeo2017-07-181-1/+11
* Vint::and/orMITSUNARI Shigeo2017-07-181-0/+21
* add Vint::powModMITSUNARI Shigeo2017-07-181-5/+30
* refactor typeMITSUNARI Shigeo2017-07-181-6/+6
* change T to intMITSUNARI Shigeo2017-07-181-18/+19
* add testMITSUNARI Shigeo2017-07-181-2/+53
* add testMITSUNARI Shigeo2017-07-181-22/+18
* add divMod and quotRemMITSUNARI Shigeo2017-07-181-10/+10
* _MITSUNARI Shigeo2017-07-171-95/+97
* rename emu_mpz to VintMITSUNARI Shigeo2017-07-171-0/+947