index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
math
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MSVC "optimization" warning about bool conversions
Jack Lloyd
2019-12-06
2
-2
/
+2
*
Remove the 32-bit x86 asm for MSVC
Jack Lloyd
2019-11-23
2
-272
/
+4
*
Remove shift optimization for small word BigInt operator*=
Jack Lloyd
2019-10-30
1
-16
/
+1
*
Fix error message
Jack Lloyd
2019-10-17
1
-6
/
+6
*
Fix coprimality check during prime generation
Jack Lloyd
2019-10-17
1
-27
/
+21
*
When generating prime, avoid Lucas test if prob < 32
Jack Lloyd
2019-10-17
1
-4
/
+6
*
Merge GH #2147 Add constant-time gcd computation
Jack Lloyd
2019-10-16
2
-15
/
+52
|
\
|
*
Add constant-time gcd
Jack Lloyd
2019-10-12
2
-15
/
+52
*
|
Improve speed of prime generation especially for RSA keygen
Jack Lloyd
2019-10-12
1
-31
/
+65
|
/
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
6
-6
/
+15
*
Fix build
Jack Lloyd
2019-08-24
2
-1
/
+3
*
Inline the fixed window and Montgomery strategies into pow_mod.cpp
Jack Lloyd
2019-08-23
6
-198
/
+133
*
Remove pow_mod.h from power_mod implementation
Jack Lloyd
2019-08-23
1
-19
/
+23
*
Fix bad compare in BigInt <<=
Jack Lloyd
2019-08-23
1
-1
/
+1
*
Small BigInt optimizations
Jack Lloyd
2019-08-22
4
-14
/
+15
*
Add function comment [ci skip]
Jack Lloyd
2019-08-17
1
-0
/
+6
*
Avoid using old pow_mod interface in RSA
Jack Lloyd
2019-08-17
1
-0
/
+1
*
Fix Coverity issue
Jack Lloyd
2019-07-10
1
-3
/
+1
*
Fix LGTM warning
Jack Lloyd
2019-07-05
1
-4
/
+2
*
Officially deprecate headers
Jack Lloyd
2019-06-07
1
-1
/
+1
*
Add script for running TLS fuzzer
Jack Lloyd
2019-05-24
1
-2
/
+2
*
Use C++ raw strings in inline asm
Jack Lloyd
2019-05-03
2
-72
/
+64
*
Fix feature macro checks.
Jack Lloyd
2019-04-26
2
-4
/
+5
*
Fix warning
Jack Lloyd
2019-01-24
1
-3
/
+6
*
Doc updates
Jack Lloyd
2019-01-24
1
-1
/
+3
*
Revamp BigInt encoding and decoding.
Jack Lloyd
2019-01-24
4
-103
/
+130
*
Fix some warnings from PVS-Studio
Jack Lloyd
2019-01-17
1
-2
/
+5
*
Fix use of macro
Jack Lloyd
2018-12-31
1
-1
/
+1
*
Simplifications in BigInt
Jack Lloyd
2018-12-29
1
-7
/
+1
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
1
-6
/
+3
*
Fix Barrett reduction input bound
Jack Lloyd
2018-12-26
2
-5
/
+5
*
Avoid size-based bypass of the comparison in Barrett reduction.
Jack Lloyd
2018-12-24
1
-1
/
+1
*
Avoid conditional branch in Barrett for negative inputs
Jack Lloyd
2018-12-24
1
-4
/
+27
*
In NIST P-xxx reductions unpoison S before using it
Jack Lloyd
2018-12-24
1
-8
/
+10
*
Unpoison result of high_bits_free
Jack Lloyd
2018-12-24
1
-0
/
+1
*
Make ctz and high_bit faster and const-time-ish
Jack Lloyd
2018-12-22
1
-5
/
+0
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
2
-6
/
+3
*
Unroll const_time_lookup by 2
Jack Lloyd
2018-12-14
1
-6
/
+10
*
Merge GH #1780 Use constant time algorithm for monty_inverse
Jack Lloyd
2018-12-09
2
-39
/
+23
|
\
|
*
Use a const time algorithm for monty_inverse
Jack Lloyd
2018-12-09
2
-39
/
+23
*
|
Fix typo
Jack Lloyd
2018-12-09
1
-1
/
+1
*
|
Avoid doing a variable time division during Montgomery setup
Jack Lloyd
2018-12-09
3
-4
/
+9
|
/
*
Move Miller-Rabin t param inside the block
Jack Lloyd
2018-12-09
1
-2
/
+2
*
Avoid repeated size checks when setting words in NIST reduction
Jack Lloyd
2018-12-08
1
-25
/
+33
*
Merge GH #1774 Const time BigInt shifts
Jack Lloyd
2018-12-08
6
-98
/
+83
|
\
|
*
Avoid early exit
Jack Lloyd
2018-12-07
1
-4
/
+3
|
*
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
5
-22
/
+36
|
*
Const time the behavior of shifts [WIP]
Jack Lloyd
2018-12-06
3
-87
/
+59
*
|
In calc_sig_words save the size of m_reg before the loop
Jack Lloyd
2018-12-08
1
-3
/
+4
*
|
Merge GH #1773 Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-07
3
-3
/
+39
|
\
\
|
|
/
|
/
|
[next]