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 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
|
\
\
|
|
/
|
/
|
|
*
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
3
-3
/
+39
*
|
Better logic in BigInt::bits wrt valgrind const time checks
Jack Lloyd
2018-12-06
1
-2
/
+3
|
/
*
Do swaps in PointGFp instead of copies
Jack Lloyd
2018-12-05
1
-1
/
+1
*
Avoid needless is_zero check in set_sign
Jack Lloyd
2018-12-05
1
-4
/
+4
*
Fix Doxygen errors [ci skip]
Jack Lloyd
2018-12-05
1
-1
/
+0
*
Make BigInt::cond_flip_sign constant time
Jack Lloyd
2018-12-05
1
-3
/
+9
*
Use BigInt::cond_flip_sign
Jack Lloyd
2018-12-05
3
-7
/
+4
*
Don't leak if x is zero either
Jack Lloyd
2018-12-05
1
-39
/
+37
*
Remove some conditional branches from division
Jack Lloyd
2018-12-05
3
-22
/
+27
*
Reduce the base in the fixed window exponentiator
Jack Lloyd
2018-12-04
1
-1
/
+1
*
Make binary extended Euclidean algorithm less branchy
Jack Lloyd
2018-12-03
3
-12
/
+62
*
Extend ct_modulo to handle negative inputs
Jack Lloyd
2018-12-03
1
-8
/
+17
*
Use const time reductions in Barrett and LCM computations
Jack Lloyd
2018-12-03
3
-4
/
+23
*
Fix shift operator
Jack Lloyd
2018-12-03
1
-1
/
+1
*
Add ct_modulo and BigInt::ct_cond_swap
Jack Lloyd
2018-12-03
4
-7
/
+62
*
Merge GH #1759 Add constant time divide by uint8_t
Jack Lloyd
2018-12-03
3
-7
/
+59
|
\
|
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
3
-7
/
+59
*
|
Make variable time division less branchy
Jack Lloyd
2018-12-02
1
-53
/
+46
|
/
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
4
-8
/
+69
*
Fix a bug in bigint_sub_abs
Jack Lloyd
2018-12-02
1
-0
/
+7
*
One variable per line
Jack Lloyd
2018-12-02
1
-1
/
+2
*
Correct a bug in BigInt::operator%(word)
Jack Lloyd
2018-12-01
2
-21
/
+26
*
Unroll mod_sub for 6 words also, helps P-384 quite a bit
Jack Lloyd
2018-12-01
1
-0
/
+2
*
Avoid conditional operations in P-521 reduction
Jack Lloyd
2018-12-01
1
-30
/
+31
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
6
-29
/
+94
*
Simplify BigInt addition and subtraction
Jack Lloyd
2018-11-30
5
-187
/
+151
*
Add CT::Mask type
Jack Lloyd
2018-11-28
5
-68
/
+75
[next]