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
*
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
*
Allow passing workspace to Montgomery_Int
Jack Lloyd
2018-03-13
3
-34
/
+140
*
Reduce exponent size here
Jack Lloyd
2018-03-10
1
-1
/
+1
*
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
5
-40
/
+7
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
8
-41
/
+35
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
7
-65
/
+25
*
Inline some simple BigInt sign handling functions
Jack Lloyd
2018-03-01
2
-32
/
+17
*
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
*
Correct error in P-521 reduction
Jack Lloyd
2018-03-01
1
-6
/
+25
*
Avoid needless allocation in BigInt operator+=
Jack Lloyd
2018-02-28
1
-4
/
+2
*
Optimize P-521 reduction
Jack Lloyd
2018-02-28
1
-1
/
+17
*
Unroll bigint_cnd_{add,sub}
Jack Lloyd
2018-02-28
1
-8
/
+28
*
Splitout binary extended GCD algorithm
Jack Lloyd
2018-02-28
2
-1
/
+24
*
Optimize P-256 and P-384 reduction
Jack Lloyd
2018-02-26
3
-33
/
+98
*
Avoid some needless allocations
Jack Lloyd
2018-02-26
1
-11
/
+27
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
4
-21
/
+93
*
Add BigInt::operator*= taking a word
Jack Lloyd
2018-02-26
2
-2
/
+23
*
Merge GH #1461 Add Montgomery_Int type
Jack Lloyd
2018-02-25
7
-87
/
+456
|
\
|
*
Add Montgomery_Int type
Jack Lloyd
2018-02-25
7
-87
/
+456
*
|
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
9
-1532
/
+1
*
|
Use reduce_below in PointGFp
Jack Lloyd
2018-02-25
2
-8
/
+6
|
/
*
Use BigInt::reduce_below in NIST prime reductions
Jack Lloyd
2018-02-25
1
-31
/
+5
*
Add BigInt::reduce_below
Jack Lloyd
2018-02-25
2
-0
/
+33
*
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
[next]