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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
In Montgomery mul, avoid branching based on sig words of integers
Jack Lloyd
2018-06-14
1
-13
/
+21
*
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
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
2
-26
/
+33
*
Correct error in P-224 computation
Jack Lloyd
2018-05-31
1
-2
/
+3
*
Speed up DSA param gen
Jack Lloyd
2018-05-21
1
-3
/
+6
*
Fix typo in comment [ci skip]
Jack Lloyd
2018-05-17
1
-1
/
+1
*
Add clarifying comments and increase M-R tests for 256-bit integers
Jack Lloyd
2018-05-15
1
-3
/
+7
*
Always use 1/2^-128 error bounds with Miller-Rabin
Jack Lloyd
2018-05-14
1
-24
/
+14
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-2
/
+1
*
Inline BigInt::shrink_to_fit
Jack Lloyd
2018-05-09
2
-7
/
+5
*
Add 24-word wide Comba multiply/square
Jack Lloyd
2018-05-08
3
-1
/
+1101
*
Remove needless allocation in Montgomery_Int::mul_by
Jack Lloyd
2018-05-02
2
-7
/
+41
*
Make Montgomery_Int public, add function for addition with workspace
Jack Lloyd
2018-05-02
2
-3
/
+11
*
Inline this operator+ [ci skip]
Jack Lloyd
2018-04-26
2
-6
/
+1
*
Correct handling of gcd(p - 1, e) in RSA keygen
Jack Lloyd
2018-04-26
1
-7
/
+25
*
Rewrite GCD in less branchy way, and use Montgomery in M-R test
Jack Lloyd
2018-04-26
1
-16
/
+30
*
Add BigInt functions for adding, subtracting and comparing with words
Jack Lloyd
2018-04-26
4
-51
/
+142
*
Add BigInt::mod_sub
Jack Lloyd
2018-04-23
2
-0
/
+65
*
Add early exit for P-192 reduce
Jack Lloyd
2018-04-18
1
-0
/
+5
*
Remove now unused function
Jack Lloyd
2018-04-18
1
-19
/
+0
*
Optimize P-224 reduction
Jack Lloyd
2018-04-18
1
-47
/
+77
*
Further NIST reduction tweaks
Jack Lloyd
2018-04-18
1
-40
/
+44
*
P-192 optimizations
Jack Lloyd
2018-04-18
1
-34
/
+64
*
Micro optimizations in P-256 and P-384 reductions
Jack Lloyd
2018-04-18
1
-30
/
+73
*
Minor optimizations for P-256 and P-384
Jack Lloyd
2018-04-17
1
-161
/
+65
*
Avoid potential side channel when generating RSA primes
Jack Lloyd
2018-04-17
3
-41
/
+173
*
Add vars to split the two Karatsuba sub-workspaces
Jack Lloyd
2018-04-16
1
-14
/
+20
*
Add const time annotations
Jack Lloyd
2018-04-15
5
-6
/
+42
*
Simplify Karatsuba code
Jack Lloyd
2018-04-15
3
-39
/
+43
*
Add a Montgomery exponentiation that takes variable time
Jack Lloyd
2018-04-09
2
-0
/
+38
*
Square is always positive
Jack Lloyd
2018-04-08
1
-0
/
+1
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
3
-8
/
+25
*
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
2
-1
/
+3
*
In Barrett avoid creating an unnecessary temp
Jack Lloyd
2018-03-25
1
-4
/
+4
*
Fix some corner cases for small values in power_mod
Jack Lloyd
2018-03-24
1
-1
/
+15
*
Tiny optimization in Montgomery inverse
Jack Lloyd
2018-03-22
1
-1
/
+1
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
2
-0
/
+21
*
Simplify a common case BigInt constructor
Jack Lloyd
2018-03-21
2
-1
/
+13
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
2
-0
/
+17
*
Remove use of ;; to end lines
Jack Lloyd
2018-03-19
2
-2
/
+2
*
Add basecase_sqr function
Jack Lloyd
2018-03-16
1
-3
/
+29
*
Add Montgomery multiexponentiation
Jack Lloyd
2018-03-15
4
-0
/
+95
*
Some additional operations on Montgomery_Int
Jack Lloyd
2018-03-14
2
-0
/
+45
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
1
-3
/
+7
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
3
-6
/
+3
[next]