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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplifications in BigInt
Jack Lloyd
2018-12-29
1
-7
/
+1
*
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
*
Merge GH #1774 Const time BigInt shifts
Jack Lloyd
2018-12-08
1
-9
/
+18
|
\
|
*
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
1
-9
/
+18
*
|
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
1
-2
/
+25
|
\
\
|
|
/
|
/
|
|
*
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
1
-2
/
+25
*
|
Better logic in BigInt::bits wrt valgrind const time checks
Jack Lloyd
2018-12-06
1
-2
/
+3
|
/
*
Make BigInt::cond_flip_sign constant time
Jack Lloyd
2018-12-05
1
-3
/
+9
*
Remove some conditional branches from division
Jack Lloyd
2018-12-05
1
-1
/
+6
*
Make binary extended Euclidean algorithm less branchy
Jack Lloyd
2018-12-03
1
-0
/
+12
*
Add ct_modulo and BigInt::ct_cond_swap
Jack Lloyd
2018-12-03
1
-1
/
+10
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
1
-2
/
+2
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
1
-2
/
+0
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-8
/
+16
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
1
-17
/
+51
*
Add a cache of sig words to BigInt
Jack Lloyd
2018-11-09
1
-38
/
+50
*
Simplify BigInt::get_substring a bit
Jack Lloyd
2018-09-15
1
-10
/
+11
*
Cleanup of BigInt encoding/decoding functions
Jack Lloyd
2018-08-14
1
-1
/
+1
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-0
/
+15
*
Inline BigInt::shrink_to_fit
Jack Lloyd
2018-05-09
1
-6
/
+0
*
Add BigInt functions for adding, subtracting and comparing with words
Jack Lloyd
2018-04-26
1
-0
/
+12
*
Add const time annotations
Jack Lloyd
2018-04-15
1
-0
/
+12
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
1
-0
/
+12
*
Simplify a common case BigInt constructor
Jack Lloyd
2018-03-21
1
-0
/
+5
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
1
-0
/
+11
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
1
-6
/
+6
*
Inline some simple BigInt sign handling functions
Jack Lloyd
2018-03-01
1
-29
/
+0
*
Optimize P-256 and P-384 reduction
Jack Lloyd
2018-02-26
1
-3
/
+9
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
1
-0
/
+5
*
Use reduce_below in PointGFp
Jack Lloyd
2018-02-25
1
-0
/
+2
*
Add BigInt::reduce_below
Jack Lloyd
2018-02-25
1
-0
/
+24
*
Minor optimizations in BigInt memory handling
Jack Lloyd
2018-02-23
1
-1
/
+1
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
1
-1
/
+1
*
Tiny optimization in BigInt::const_time_lookup
Jack Lloyd
2018-02-13
1
-1
/
+3
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Add valgrind annotations to check const_time_lookup
Jack Lloyd
2017-09-26
1
-0
/
+5
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
1
-0
/
+24
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-2
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-15
/
+15
*
Internal header cleanups
Jack Lloyd
2015-09-19
1
-1
/
+1
*
Fix BigInt random_integer() distribution issue.
Simon Warta
2015-07-24
1
-2
/
+2
*
Refactor BigInt
Simon Warta
2015-07-24
1
-0
/
+11
*
BigInt::to_u32bit failed on 32-bit integers. GH #220
Jack Lloyd
2015-07-23
1
-1
/
+1
*
Fix round_up
Simon Warta
2015-07-15
1
-2
/
+2
*
Add specialized reducers for P-192, P-224, P-256 and P-384
lloyd
2015-02-26
1
-36
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Inline BigInt::get_bit and byte_at
lloyd
2015-01-08
1
-21
/
+0
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
1
-8
/
+3
[next]