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
...
*
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
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
8
-41
/
+52
*
Use 2-bit wide table in PointGFp multi_exponentiate
Jack Lloyd
2018-02-23
2
-17
/
+56
*
Inline NIST normalize function, use bigint_sub3
Jack Lloyd
2018-02-23
1
-12
/
+3
*
Minor optimizations in BigInt memory handling
Jack Lloyd
2018-02-23
2
-2
/
+4
*
Avoid unneeded grow_to calls
Jack Lloyd
2018-02-23
1
-1
/
+2
*
Small cleanups in NIST reduction code
Jack Lloyd
2018-02-23
1
-35
/
+22
*
Fix an error in BigInt operator-
Jack Lloyd
2018-02-23
1
-0
/
+1
*
In PointGFp add/double avoid creating temporaries
Jack Lloyd
2018-02-23
3
-40
/
+60
*
Move declarations that don't need to be friends of PointGFp
Jack Lloyd
2018-02-21
1
-21
/
+20
*
Use a table in multi_exponentiate
Jack Lloyd
2018-02-21
1
-13
/
+13
*
Remove the randomized Montgomery point mul code
Jack Lloyd
2018-02-21
2
-61
/
+2
*
Remove mutable worksspace from PointGFp
Jack Lloyd
2018-02-21
3
-100
/
+89
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
4
-104
/
+245
*
Improve exception message in DSA group generation when seed is short
Jack Lloyd
2018-02-20
1
-1
/
+1
*
Small fixes
Jack Lloyd
2018-02-19
1
-1
/
+1
*
Add consts
Jack Lloyd
2018-02-19
1
-3
/
+3
*
Split out Montgomery exponentation state
Jack Lloyd
2018-02-19
5
-112
/
+204
*
Minor optimizations for BigInt operator/
Jack Lloyd
2018-02-19
1
-0
/
+6
*
Tiny optimization in BigInt::const_time_lookup
Jack Lloyd
2018-02-13
1
-1
/
+3
[prev]
[next]