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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove use of Binary Extended Euclidean Algorithm for inversion
Jack Lloyd
2020-03-01
1
-1
/
+2
*
Avoid using old pow_mod interface in RSA
Jack Lloyd
2019-08-17
1
-0
/
+1
*
Avoid doing a variable time division during Montgomery setup
Jack Lloyd
2018-12-09
1
-3
/
+6
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
1
-13
/
+9
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-1
/
+1
*
Avoid useless multiplication in Montgomery exponentiation
Jack Lloyd
2018-06-26
1
-0
/
+13
*
Minor optimization for Montgomery exponentiation
Jack Lloyd
2018-06-23
1
-0
/
+7
*
In Montgomery mul, avoid branching based on sig words of integers
Jack Lloyd
2018-06-14
1
-13
/
+21
*
Remove needless allocation in Montgomery_Int::mul_by
Jack Lloyd
2018-05-02
1
-7
/
+35
*
Make Montgomery_Int public, add function for addition with workspace
Jack Lloyd
2018-05-02
1
-1
/
+6
*
Add Montgomery multiexponentiation
Jack Lloyd
2018-03-15
1
-0
/
+6
*
Some additional operations on Montgomery_Int
Jack Lloyd
2018-03-14
1
-0
/
+32
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
1
-3
/
+7
*
Allow passing workspace to Montgomery_Int
Jack Lloyd
2018-03-13
1
-26
/
+112
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
1
-3
/
+9
*
Add Montgomery_Int type
Jack Lloyd
2018-02-25
1
-0
/
+254