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
*
Inline the contents of mp_core.cpp
Jack Lloyd
2018-11-09
2
-601
/
+429
*
Remove redundant defines
Jack Lloyd
2018-09-10
1
-2
/
+0
*
Remove support for 8 or 16 bit BigInt words
Jack Lloyd
2018-08-15
1
-8
/
+3
*
Specialize code for BigInt right shift by 1
Jack Lloyd
2018-07-19
1
-0
/
+22
*
Add combined conditional add-or-subtract
Jack Lloyd
2018-06-14
3
-5
/
+41
*
Remove CT annotations from Montgomery reduction
Jack Lloyd
2018-06-14
1
-8
/
+0
*
Make Karatsuba multiply completely const time
Jack Lloyd
2018-06-14
3
-19
/
+45
*
Unroll bigint_monty_redc for various sizes
Jack Lloyd
2018-06-11
4
-24
/
+2691
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-2
/
+1
*
Add 24-word wide Comba multiply/square
Jack Lloyd
2018-05-08
3
-1
/
+1101
*
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
3
-39
/
+43
*
Convert comba script to Python3
Jack Lloyd
2018-04-08
1
-1
/
+1
*
Split up asm constructs to avoid miscompilation
Jack Lloyd
2018-04-05
1
-30
/
+49
*
Fix some Doxygen errors
Jack Lloyd
2018-03-28
1
-0
/
+1
*
Add basecase_sqr function
Jack Lloyd
2018-03-16
1
-3
/
+29
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
2
-1
/
+3
*
Add some helper functions for checking for Comba sizes
Jack Lloyd
2018-03-10
1
-15
/
+27
*
Simplify indexing in this loop
Jack Lloyd
2018-03-04
1
-5
/
+5
*
Fix header includes
Jack Lloyd
2018-03-02
2
-2
/
+3
*
Implement product-scanning Montgomery reduction
Jack Lloyd
2018-03-02
2
-30
/
+88
*
Tiny but useful optimization in bigint_monty_redc
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Loosen restrictions on using bigint_comba_sqr9
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Move declaration of word to types.h
Jack Lloyd
2018-03-01
4
-39
/
+6
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
2
-17
/
+12
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
4
-57
/
+0
*
Avoid ternary op during carry handling
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Initialize z arrays within bigint_cnd_{sub,add}
Jack Lloyd
2018-03-01
1
-6
/
+6
*
Unroll bigint_cnd_{add,sub}
Jack Lloyd
2018-02-28
1
-8
/
+28
*
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
[next]