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
/
mp
/
mp_karat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add combined conditional add-or-subtract
Jack Lloyd
2018-06-14
1
-3
/
+2
*
Make Karatsuba multiply completely const time
Jack Lloyd
2018-06-14
1
-9
/
+11
*
Add 24-word wide Comba multiply/square
Jack Lloyd
2018-05-08
1
-0
/
+16
*
Add vars to split the two Karatsuba sub-workspaces
Jack Lloyd
2018-04-16
1
-14
/
+20
*
Simplify Karatsuba code
Jack Lloyd
2018-04-15
1
-34
/
+16
*
Add basecase_sqr function
Jack Lloyd
2018-03-16
1
-3
/
+29
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
1
-0
/
+2
*
Add some helper functions for checking for Comba sizes
Jack Lloyd
2018-03-10
1
-15
/
+27
*
Fix header includes
Jack Lloyd
2018-03-02
1
-1
/
+1
*
Loosen restrictions on using bigint_comba_sqr9
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
1
-12
/
+0
*
Check z_size before doing Karatsuba mul/sqr
Jack Lloyd
2018-02-25
1
-2
/
+2
*
Add a size check for basecase mul
Jack Lloyd
2018-02-25
1
-8
/
+11
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
1
-7
/
+9
*
Forward declare BigInt in mp_core.h
Jack Lloyd
2017-10-06
1
-0
/
+1
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
1
-28
/
+36
*
Remove nested anon namespace
Jack Lloyd
2016-12-23
1
-4
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-3
/
+3
*
Fix exponentiation bug, related fixes
Jack Lloyd
2016-12-14
1
-19
/
+24
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
1
-31
/
+27
*
Fix heap overflow in ECC point multiplication
Jack Lloyd
2016-02-01
1
-0
/
+5
*
Remove mp_mulop.cpp
Jack Lloyd
2015-12-25
1
-7
/
+38
*
Remove 'extern "C"' from src/lib/math/mp
Simon Warta
2015-08-14
1
-2
/
+2
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Side channel commentary
lloyd
2015-01-08
1
-0
/
+11
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
1
-0
/
+9
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+303