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
/
numbertheory
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings from PVS-Studio
Jack Lloyd
2019-01-17
1
-2
/
+5
*
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
*
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
*
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
1
-1
/
+2
*
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
1
-12
/
+45
*
Use const time reductions in Barrett and LCM computations
Jack Lloyd
2018-12-03
2
-4
/
+6
*
Avoid conditional operations in P-521 reduction
Jack Lloyd
2018-12-01
1
-30
/
+31
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
2
-16
/
+12
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-2
/
+4
*
Need to ensure minimum size here
Jack Lloyd
2018-11-27
1
-0
/
+1
*
Optimizations for NIST reduction
Jack Lloyd
2018-11-26
1
-22
/
+20
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
1
-3
/
+2
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Avoid branching in the NIST prime reduction code
Jack Lloyd
2018-11-09
1
-48
/
+10
*
Use resize instead of shrink_to_fit
Jack Lloyd
2018-11-09
1
-3
/
+3
*
Rename get_uint32_t to get_uint32
Jack Lloyd
2018-11-09
1
-67
/
+67
*
Minor optimization when primality checking
Jack Lloyd
2018-10-31
1
-2
/
+4
*
Use a smaller sieve when generating primes
Jack Lloyd
2018-10-15
1
-3
/
+7
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
3
-6
/
+6
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
1
-2
/
+0
*
Remove support for 8 or 16 bit BigInt words
Jack Lloyd
2018-08-15
2
-10
/
+2
*
Add some final annotations
Jack Lloyd
2018-08-13
1
-1
/
+1
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
9
-123
/
+382
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-2
/
+1
*
Move reduction mod q to DL_Group
Jack Lloyd
2018-06-28
1
-5
/
+11
*
Avoid useless multiplication in Montgomery exponentiation
Jack Lloyd
2018-06-26
3
-22
/
+39
*
Minor optimization for Montgomery exponentiation
Jack Lloyd
2018-06-23
3
-17
/
+26
*
Attempt to verify decoded ECC groups are using prime fields
Jack Lloyd
2018-06-20
1
-3
/
+20
*
Avoid a small timing channel in Barrett reduction
Jack Lloyd
2018-06-20
1
-8
/
+12
*
Avoid a special case in Barrett reduction for x < mod
Jack Lloyd
2018-06-18
1
-8
/
+3
*
Avoid leaking size of exponent
Jack Lloyd
2018-06-17
4
-13
/
+22
*
In Montgomery mul, avoid branching based on sig words of integers
Jack Lloyd
2018-06-14
1
-13
/
+21
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-22
/
+30
*
Correct error in P-224 computation
Jack Lloyd
2018-05-31
1
-2
/
+3
*
Speed up DSA param gen
Jack Lloyd
2018-05-21
1
-3
/
+6
*
Fix typo in comment [ci skip]
Jack Lloyd
2018-05-17
1
-1
/
+1
*
Add clarifying comments and increase M-R tests for 256-bit integers
Jack Lloyd
2018-05-15
1
-3
/
+7
*
Always use 1/2^-128 error bounds with Miller-Rabin
Jack Lloyd
2018-05-14
1
-24
/
+14
*
Remove needless allocation in Montgomery_Int::mul_by
Jack Lloyd
2018-05-02
2
-7
/
+41
*
Make Montgomery_Int public, add function for addition with workspace
Jack Lloyd
2018-05-02
2
-3
/
+11
[next]