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
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
3
-4
/
+7
*
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
*
In Montgomery mul, avoid branching based on sig words of integers
Jack Lloyd
2018-06-14
1
-13
/
+21
*
Make Karatsuba multiply completely const time
Jack Lloyd
2018-06-14
3
-19
/
+45
*
Unroll bigint_monty_redc for various sizes
Jack Lloyd
2018-06-11
4
-24
/
+2691
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
2
-26
/
+33
*
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
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-2
/
+1
*
Inline BigInt::shrink_to_fit
Jack Lloyd
2018-05-09
2
-7
/
+5
*
Add 24-word wide Comba multiply/square
Jack Lloyd
2018-05-08
3
-1
/
+1101
*
Remove needless allocation in Montgomery_Int::mul_by
Jack Lloyd
2018-05-02
2
-7
/
+41
[next]