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
/
monty_exp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Coverity issue
Jack Lloyd
2019-07-10
1
-3
/
+1
*
Unroll const_time_lookup by 2
Jack Lloyd
2018-12-14
1
-6
/
+10
*
Fix typo
Jack Lloyd
2018-12-09
1
-1
/
+1
*
Avoid doing a variable time division during Montgomery setup
Jack Lloyd
2018-12-09
1
-0
/
+2
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-2
/
+4
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-4
/
+4
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-2
/
+1
*
Avoid useless multiplication in Montgomery exponentiation
Jack Lloyd
2018-06-26
1
-22
/
+19
*
Minor optimization for Montgomery exponentiation
Jack Lloyd
2018-06-23
1
-17
/
+17
*
Avoid leaking size of exponent
Jack Lloyd
2018-06-17
1
-8
/
+10
*
Add const time annotations
Jack Lloyd
2018-04-15
1
-5
/
+17
*
Add a Montgomery exponentiation that takes variable time
Jack Lloyd
2018-04-09
1
-0
/
+32
*
Remove use of ;; to end lines
Jack Lloyd
2018-03-19
1
-1
/
+1
*
Add Montgomery multiexponentiation
Jack Lloyd
2018-03-15
1
-0
/
+77
*
Allow passing workspace to Montgomery_Int
Jack Lloyd
2018-03-13
1
-2
/
+3
*
Add Montgomery_Int type
Jack Lloyd
2018-02-25
1
-81
/
+56
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
1
-7
/
+7
*
Small fixes
Jack Lloyd
2018-02-19
1
-1
/
+1
*
Split out Montgomery exponentation state
Jack Lloyd
2018-02-19
1
-0
/
+153