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
/
numbertheory
/
reducer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Barrett reduction input bound
Jack Lloyd
2018-12-26
1
-4
/
+4
*
Avoid size-based bypass of the comparison in Barrett reduction.
Jack Lloyd
2018-12-24
1
-1
/
+1
*
Avoid conditional branch in Barrett for negative inputs
Jack Lloyd
2018-12-24
1
-4
/
+27
*
Add BigInt::ct_reduce_below
Jack Lloyd
2018-12-06
1
-1
/
+2
*
Use const time reductions in Barrett and LCM computations
Jack Lloyd
2018-12-03
1
-3
/
+4
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-9
/
+13
*
Move reduction mod q to DL_Group
Jack Lloyd
2018-06-28
1
-5
/
+11
*
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
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-22
/
+30
*
In Barrett avoid creating an unnecessary temp
Jack Lloyd
2018-03-25
1
-4
/
+4
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
1
-5
/
+4
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
1
-17
/
+14
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-19
/
+19
*
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
/
+81