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
/
divide.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
1
-1
/
+2
*
Use BigInt::cond_flip_sign
Jack Lloyd
2018-12-05
1
-2
/
+1
*
Don't leak if x is zero either
Jack Lloyd
2018-12-05
1
-39
/
+37
*
Remove some conditional branches from division
Jack Lloyd
2018-12-05
1
-20
/
+20
*
Extend ct_modulo to handle negative inputs
Jack Lloyd
2018-12-03
1
-8
/
+17
*
Add ct_modulo and BigInt::ct_cond_swap
Jack Lloyd
2018-12-03
1
-5
/
+32
*
Merge GH #1759 Add constant time divide by uint8_t
Jack Lloyd
2018-12-03
1
-0
/
+37
|
\
|
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
1
-0
/
+37
*
|
Make variable time division less branchy
Jack Lloyd
2018-12-02
1
-53
/
+46
|
/
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
1
-2
/
+34
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
1
-3
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-1
/
+1
*
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
/
+140