aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge GH #1773 Add BigInt::ct_reduce_belowJack Lloyd2018-12-073-3/+39
|\
| * Add BigInt::ct_reduce_belowJack Lloyd2018-12-063-3/+39
* | Merge GH #1772 ECDSA now caches RFC 6979 nonce generator objectJack Lloyd2018-12-061-3/+3
|\ \
| * | In ECDSA cache the RFC6979 objectJack Lloyd2018-12-061-3/+3
| |/
* | Remove hamming_weight functionJack Lloyd2018-12-062-22/+4
* | Better logic in BigInt::bits wrt valgrind const time checksJack Lloyd2018-12-061-2/+3
|/
* Merge GH #1771 Add GCC 4.8 build to TravisJack Lloyd2018-12-053-0/+10
|\
| * Add GCC 4.8 travis buildJack Lloyd2018-12-053-0/+10
* | Do swaps in PointGFp instead of copiesJack Lloyd2018-12-052-14/+13
* | Avoid needless is_zero check in set_signJack Lloyd2018-12-051-4/+4
* | Fix Doxygen errors [ci skip]Jack Lloyd2018-12-052-1/+1
|/
* Make BigInt::cond_flip_sign constant timeJack Lloyd2018-12-051-3/+9
* Use BigInt::cond_flip_signJack Lloyd2018-12-053-7/+4
* Don't leak if x is zero eitherJack Lloyd2018-12-051-39/+37
* Remove some conditional branches from divisionJack Lloyd2018-12-054-22/+2995
* Partially revert 9d5e0567b2Jack Lloyd2018-12-041-0/+10
* Simplify the Travis setup scriptJack Lloyd2018-12-041-19/+14
* Fix more MSVC warningsJack Lloyd2018-12-044-4/+24
* Reduce the base in the fixed window exponentiatorJack Lloyd2018-12-041-1/+1
* Silence MSVC warningsJack Lloyd2018-12-0410-114/+116
* Merge GH #1768 Use AppVeyor installed jomJack Lloyd2018-12-041-2/+1
|\
| * Use AppVeyor installed jomJack Lloyd2018-12-041-2/+1
* | Move valgrind CI build before the cross buildsJack Lloyd2018-12-041-1/+1
* | Fix some misc MSVC warningsJack Lloyd2018-12-042-4/+4
* | Fix some MSVC warnings in CT::MaskJack Lloyd2018-12-041-2/+2
* | Reporting for fuzz test timingJack Lloyd2018-12-041-4/+9
|/
* Remove testing branchJack Lloyd2018-12-041-1/+0
* Merge GH #1767 Switch Travis builds to XenialJack Lloyd2018-12-0412-99/+82
|\
| * Pylint fixesJack Lloyd2018-12-035-7/+6
| * Update Travis build to use XenialJack Lloyd2018-12-033-84/+56
| * Do multiple jobs for pylint analysisJack Lloyd2018-12-031-2/+2
| * Fix a FFI test when threads are disabledJack Lloyd2018-12-031-1/+9
| * Avoid parallel build with Sphinx before 1.4Jack Lloyd2018-12-031-1/+1
| * Fix a memory leak in OpenSSL ECDHJack Lloyd2018-12-031-3/+5
| * Add PVR identifer for POWER9Jack Lloyd2018-12-031-1/+3
* | Merge GH #1765 Avoid some conditional branches in binary extended Euclidean a...Jack Lloyd2018-12-033-12/+62
|\ \ | |/ |/|
| * Make binary extended Euclidean algorithm less branchyJack Lloyd2018-12-033-12/+62
* | Fix Sphinx errorsJack Lloyd2018-12-032-1/+2
* | Fix bug in TLS CBC unpaddingJack Lloyd2018-12-032-1/+7
|/
* Extend ct_modulo to handle negative inputsJack Lloyd2018-12-031-8/+17
* Use const time reductions in Barrett and LCM computationsJack Lloyd2018-12-033-4/+23
* Use ct_modulo in format preserving encryptionJack Lloyd2018-12-031-2/+2
* Use ct_modulo during RSA key generationJack Lloyd2018-12-031-6/+7
* Fix shift operatorJack Lloyd2018-12-031-1/+1
* Add ct_modulo and BigInt::ct_cond_swapJack Lloyd2018-12-034-7/+62
* Merge GH #1759 Add constant time divide by uint8_tJack Lloyd2018-12-037-12/+146
|\
| * Add a constant time divide variant for dividing by uint8_tJack Lloyd2018-12-027-12/+146
* | Merge GH #1758 Remove some conditional branches from variable time divisionJack Lloyd2018-12-031-53/+46
|\ \ | |/ |/|
| * Make variable time division less branchyJack Lloyd2018-12-021-53/+46
* | Merge GH #1757 Add a constant time division algorithmJack Lloyd2018-12-029-16/+145
|\|