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
*
Remove redundant code
Jack Lloyd
2021-05-05
1
-39
/
+22
*
Use bigint_sub3 here instead of word_sub
Jack Lloyd
2021-05-01
1
-5
/
+1
*
Disable word_sub bypass for unrolled Montgomery redc
Jack Lloyd
2021-05-01
1
-24
/
+3
*
More mp header cleanups
Jack Lloyd
2021-05-01
7
-74
/
+50
*
Consolidate mp_madd.h into mp_asmi.h
Jack Lloyd
2021-05-01
4
-150
/
+129
*
Remove unnecessary code due to compiler limitations
Jack Lloyd
2020-11-11
1
-1
/
+1
*
Add -Wshorten-64-to-32 for Clang
Jack Lloyd
2020-11-08
1
-1
/
+1
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Avoid a new Clang 10 ASan finding
Jack Lloyd
2020-04-24
1
-2
/
+4
*
Remove the 32-bit x86 asm for MSVC
Jack Lloyd
2019-11-23
2
-272
/
+4
*
Add constant-time gcd
Jack Lloyd
2019-10-12
1
-2
/
+3
*
Small BigInt optimizations
Jack Lloyd
2019-08-22
1
-3
/
+3
*
Fix LGTM warning
Jack Lloyd
2019-07-05
1
-4
/
+2
*
Use C++ raw strings in inline asm
Jack Lloyd
2019-05-03
2
-72
/
+64
*
Fix use of macro
Jack Lloyd
2018-12-31
1
-1
/
+1
*
Make bigint_sub_abs const time
Jack Lloyd
2018-12-27
1
-6
/
+3
*
Use consistent logic for OAEP and PKCS1v15 decoding
Jack Lloyd
2018-12-21
1
-4
/
+2
*
Avoid early exit
Jack Lloyd
2018-12-07
1
-4
/
+3
*
Fix bug and avoid allocations in left shift
Jack Lloyd
2018-12-07
1
-3
/
+3
*
Const time the behavior of shifts [WIP]
Jack Lloyd
2018-12-06
1
-56
/
+43
*
Fix Doxygen errors [ci skip]
Jack Lloyd
2018-12-05
1
-1
/
+0
*
Fix a bug in bigint_sub_abs
Jack Lloyd
2018-12-02
1
-0
/
+7
*
One variable per line
Jack Lloyd
2018-12-02
1
-1
/
+2
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
1
-0
/
+41
*
Simplify BigInt addition and subtraction
Jack Lloyd
2018-11-30
2
-3
/
+36
*
Add CT::Mask type
Jack Lloyd
2018-11-28
2
-57
/
+54
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
2
-58
/
+197
*
Avoid branching in the NIST prime reduction code
Jack Lloyd
2018-11-09
1
-11
/
+48
*
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
[next]