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 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
*
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
6
-135
/
+327
*
Merge GH #1744 Make exception throws easier to debug
Jack Lloyd
2018-11-23
3
-4
/
+7
|
\
|
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
3
-4
/
+7
*
|
In operator>> avoid testing for zero unless required
Jack Lloyd
2018-11-23
1
-1
/
+1
|
/
*
Avoid branching in the NIST prime reduction code
Jack Lloyd
2018-11-09
2
-59
/
+58
*
Use resize instead of shrink_to_fit
Jack Lloyd
2018-11-09
2
-3
/
+10
*
Inline the contents of mp_core.cpp
Jack Lloyd
2018-11-09
2
-601
/
+429
*
Merge GH #1734 Refactor BigInt data model, add sig_words cache
Jack Lloyd
2018-11-09
3
-107
/
+253
|
\
|
*
Optimize mod_sub
Jack Lloyd
2018-11-09
1
-10
/
+21
|
*
Add a cache of sig words to BigInt
Jack Lloyd
2018-11-09
3
-97
/
+232
*
|
Rename get_uint32_t to get_uint32
Jack Lloyd
2018-11-09
1
-67
/
+67
|
/
*
Simplify BigInt::is_zero
Jack Lloyd
2018-11-06
1
-6
/
+1
*
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
*
Simplify BigInt::get_substring a bit
Jack Lloyd
2018-09-15
1
-10
/
+11
*
Remove redundant defines
Jack Lloyd
2018-09-10
1
-2
/
+0
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
2
-4
/
+0
*
Add operator*(BigInt, word)
Jack Lloyd
2018-08-23
2
-0
/
+21
*
Fix some Doxygen warnings
Jack Lloyd
2018-08-15
1
-1
/
+0
*
Remove support for 8 or 16 bit BigInt words
Jack Lloyd
2018-08-15
3
-18
/
+5
*
Fix BigInt::to_{dec,hex}_string for zero
Jack Lloyd
2018-08-15
1
-1
/
+8
*
Cleanup of BigInt encoding/decoding functions
Jack Lloyd
2018-08-14
3
-16
/
+138
*
Add some final annotations
Jack Lloyd
2018-08-13
1
-1
/
+1
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
11
-123
/
+403
*
Specialize code for BigInt right shift by 1
Jack Lloyd
2018-07-19
1
-0
/
+22
*
Check arguments to BigInt::random_integer
Jack Lloyd
2018-06-29
2
-2
/
+5
*
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
*
Document preconditions of BigInt::mod_add/mod_sub
Jack Lloyd
2018-06-23
1
-0
/
+2
*
Minor optimization for Montgomery exponentiation
Jack Lloyd
2018-06-23
3
-17
/
+26
*
Avoid needless alloc and copy
Jack Lloyd
2018-06-21
1
-0
/
+6
*
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 unnecessary realloc in BigInt::mod_sub
Jack Lloyd
2018-06-17
1
-2
/
+7
*
Avoid leaking size of exponent
Jack Lloyd
2018-06-17
4
-13
/
+22
*
Add combined conditional add-or-subtract
Jack Lloyd
2018-06-14
3
-5
/
+41
*
Remove CT annotations from Montgomery reduction
Jack Lloyd
2018-06-14
1
-8
/
+0
[prev]
[next]