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
/
bigint
/
bigint.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #1774 Const time BigInt shifts
Jack Lloyd
2018-12-08
1
-0
/
+7
|
\
|
*
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
1
-0
/
+7
*
|
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
1
-0
/
+12
|
/
*
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
*
Remove some conditional branches from division
Jack Lloyd
2018-12-05
1
-1
/
+1
*
Make binary extended Euclidean algorithm less branchy
Jack Lloyd
2018-12-03
1
-0
/
+5
*
Add ct_modulo and BigInt::ct_cond_swap
Jack Lloyd
2018-12-03
1
-1
/
+7
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
1
-1
/
+14
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
1
-2
/
+12
*
Simplify BigInt addition and subtraction
Jack Lloyd
2018-11-30
1
-13
/
+49
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
1
-8
/
+22
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
1
-2
/
+5
*
Use resize instead of shrink_to_fit
Jack Lloyd
2018-11-09
1
-0
/
+7
*
Add a cache of sig words to BigInt
Jack Lloyd
2018-11-09
1
-39
/
+165
*
Simplify BigInt::is_zero
Jack Lloyd
2018-11-06
1
-6
/
+1
*
Add operator*(BigInt, word)
Jack Lloyd
2018-08-23
1
-0
/
+3
*
Fix some Doxygen warnings
Jack Lloyd
2018-08-15
1
-1
/
+0
*
Cleanup of BigInt encoding/decoding functions
Jack Lloyd
2018-08-14
1
-7
/
+94
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-0
/
+6
*
Check arguments to BigInt::random_integer
Jack Lloyd
2018-06-29
1
-2
/
+2
*
Document preconditions of BigInt::mod_add/mod_sub
Jack Lloyd
2018-06-23
1
-0
/
+2
*
Avoid needless alloc and copy
Jack Lloyd
2018-06-21
1
-0
/
+6
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-4
/
+3
*
Inline BigInt::shrink_to_fit
Jack Lloyd
2018-05-09
1
-1
/
+5
*
Inline this operator+ [ci skip]
Jack Lloyd
2018-04-26
1
-1
/
+1
*
Add BigInt functions for adding, subtracting and comparing with words
Jack Lloyd
2018-04-26
1
-0
/
+42
*
Add BigInt::mod_sub
Jack Lloyd
2018-04-23
1
-0
/
+16
*
Add const time annotations
Jack Lloyd
2018-04-15
1
-0
/
+8
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
1
-0
/
+6
*
Fix some Doxygen errors
Jack Lloyd
2018-03-28
1
-1
/
+2
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
1
-0
/
+9
*
Simplify a common case BigInt constructor
Jack Lloyd
2018-03-21
1
-1
/
+8
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
1
-0
/
+6
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
1
-5
/
+0
*
Move declaration of word to types.h
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Inline some simple BigInt sign handling functions
Jack Lloyd
2018-03-01
1
-3
/
+17
*
Optimize P-256 and P-384 reduction
Jack Lloyd
2018-02-26
1
-1
/
+5
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
1
-0
/
+21
*
Add BigInt::operator*= taking a word
Jack Lloyd
2018-02-26
1
-0
/
+6
*
Add BigInt::reduce_below
Jack Lloyd
2018-02-25
1
-0
/
+9
*
In PointGFp add/double avoid creating temporaries
Jack Lloyd
2018-02-23
1
-1
/
+7
*
Use class for exception types
Jack Lloyd
2017-10-02
1
-2
/
+5
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-1
/
+1
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
1
-0
/
+11
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-1
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-12
/
+12
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
[next]