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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-23
/
+32
*
Improve speed of prime generation especially safe primes
Jack Lloyd
2018-01-16
1
-0
/
+4
*
Forward declare BigInt in mp_core.h
Jack Lloyd
2017-10-06
2
-1
/
+3
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
3
-33
/
+45
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-0
/
+4
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
4
-8
/
+8
*
Use dword for bigint_divop if available
Jack Lloyd
2017-09-20
1
-0
/
+5
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-4
/
+4
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_IS
Daniel Neus
2017-03-15
1
-1
/
+1
*
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
5
-12
/
+12
*
Fix exponentiation bug, related fixes
Jack Lloyd
2016-12-14
1
-19
/
+24
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
1
-7
/
+0
*
Merge GH #567/GH #457 TLS refactoring and Callbacks interface
Jack Lloyd
2016-08-31
3
-53
/
+43
|
\
|
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
3
-53
/
+43
*
|
Merge asm into single mp_madd.h and mp_asmi.h files
Jack Lloyd
2016-07-21
16
-1545
/
+1084
|
/
*
For odd moduli use a input-independent modular inverse algorithm.
Jack Lloyd
2016-02-20
2
-20
/
+20
*
Add constant time conditional swap, add, sub for bigint words
Jack Lloyd
2016-02-17
2
-1
/
+102
*
Fix heap overflow in ECC point multiplication
Jack Lloyd
2016-02-01
1
-0
/
+5
*
Prettify mp_comba a bit
Jack Lloyd
2016-01-01
1
-44
/
+44
*
Remove mp_mulop.cpp
Jack Lloyd
2015-12-25
6
-93
/
+42
*
Remove unused word8_muladd from MSVC x86-32 asm
Jack Lloyd
2015-12-19
1
-84
/
+0
*
Missing adds
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Remove bogus code from generic mp_madd header, noticed on PPC build.
Jack Lloyd
2015-11-23
1
-3
/
+4
*
Remove mul128.h header from public view
Jack Lloyd
2015-11-16
2
-13
/
+21
*
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
1
-6
/
+17
*
Remove 'extern "C"' from src/lib/math/mp
Simon Warta
2015-08-14
15
-58
/
+2
*
Add missing include
lloyd
2015-05-31
1
-0
/
+1
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
1
-0
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
16
-16
/
+16
*
Side channel commentary
lloyd
2015-01-08
2
-0
/
+26
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
3
-1
/
+224
*
Asserts here are nice
lloyd
2014-08-09
1
-2
/
+7
*
Avoid GCC 4.9 strict-overflow warning
lloyd
2014-05-03
1
-3
/
+2
*
Move lib into src
lloyd
2014-01-10
21
-0
/
+3550