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
/
big_ops2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove commented out non-constant-time code
Jack Lloyd
2020-03-06
1
-19
/
+0
*
Remove shift optimization for small word BigInt operator*=
Jack Lloyd
2019-10-30
1
-16
/
+1
*
Fix bad compare in BigInt <<=
Jack Lloyd
2019-08-23
1
-1
/
+1
*
Small BigInt optimizations
Jack Lloyd
2019-08-22
1
-7
/
+4
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
1
-2
/
+1
*
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
1
-9
/
+6
*
Const time the behavior of shifts [WIP]
Jack Lloyd
2018-12-06
1
-22
/
+16
*
Use BigInt::cond_flip_sign
Jack Lloyd
2018-12-05
1
-3
/
+1
*
Fix shift operator
Jack Lloyd
2018-12-03
1
-1
/
+1
*
Correct a bug in BigInt::operator%(word)
Jack Lloyd
2018-12-01
1
-16
/
+14
*
Unroll mod_sub for 6 words also, helps P-384 quite a bit
Jack Lloyd
2018-12-01
1
-0
/
+2
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
1
-9
/
+29
*
Simplify BigInt addition and subtraction
Jack Lloyd
2018-11-30
1
-98
/
+45
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-1
/
+1
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
1
-49
/
+55
*
In operator>> avoid testing for zero unless required
Jack Lloyd
2018-11-23
1
-1
/
+1
*
Optimize mod_sub
Jack Lloyd
2018-11-09
1
-10
/
+21
*
Add a cache of sig words to BigInt
Jack Lloyd
2018-11-09
1
-20
/
+17
*
Avoid unnecessary realloc in BigInt::mod_sub
Jack Lloyd
2018-06-17
1
-2
/
+7
*
Add BigInt functions for adding, subtracting and comparing with words
Jack Lloyd
2018-04-26
1
-25
/
+39
*
Add BigInt::mod_sub
Jack Lloyd
2018-04-23
1
-0
/
+49
*
Square is always positive
Jack Lloyd
2018-04-08
1
-0
/
+1
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
1
-0
/
+16
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
1
-4
/
+4
*
Avoid needless allocation in BigInt operator+=
Jack Lloyd
2018-02-28
1
-4
/
+2
*
Avoid some needless allocations
Jack Lloyd
2018-02-26
1
-11
/
+27
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
1
-4
/
+53
*
Add BigInt::operator*= taking a word
Jack Lloyd
2018-02-26
1
-2
/
+17
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
1
-1
/
+1
*
Minor optimizations in BigInt memory handling
Jack Lloyd
2018-02-23
1
-1
/
+3
*
Remove needless variable
Jack Lloyd
2017-10-06
1
-2
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-2
/
+2
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
1
-4
/
+2
*
lib/math: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+221