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
/
numbertheory
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
3
-6
/
+6
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
1
-2
/
+0
*
Remove support for 8 or 16 bit BigInt words
Jack Lloyd
2018-08-15
2
-10
/
+2
*
Add some final annotations
Jack Lloyd
2018-08-13
1
-1
/
+1
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
9
-123
/
+382
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-2
/
+1
*
Move reduction mod q to DL_Group
Jack Lloyd
2018-06-28
1
-5
/
+11
*
Avoid useless multiplication in Montgomery exponentiation
Jack Lloyd
2018-06-26
3
-22
/
+39
*
Minor optimization for Montgomery exponentiation
Jack Lloyd
2018-06-23
3
-17
/
+26
*
Attempt to verify decoded ECC groups are using prime fields
Jack Lloyd
2018-06-20
1
-3
/
+20
*
Avoid a small timing channel in Barrett reduction
Jack Lloyd
2018-06-20
1
-8
/
+12
*
Avoid a special case in Barrett reduction for x < mod
Jack Lloyd
2018-06-18
1
-8
/
+3
*
Avoid leaking size of exponent
Jack Lloyd
2018-06-17
4
-13
/
+22
*
In Montgomery mul, avoid branching based on sig words of integers
Jack Lloyd
2018-06-14
1
-13
/
+21
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-22
/
+30
*
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
*
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
*
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 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 const time annotations
Jack Lloyd
2018-04-15
3
-6
/
+22
*
Add a Montgomery exponentiation that takes variable time
Jack Lloyd
2018-04-09
2
-0
/
+38
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
1
-8
/
+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
*
Remove use of ;; to end lines
Jack Lloyd
2018-03-19
2
-2
/
+2
*
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
*
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
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
2
-7
/
+6
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
2
-7
/
+20
*
Correct error in P-521 reduction
Jack Lloyd
2018-03-01
1
-6
/
+25
*
Optimize P-521 reduction
Jack Lloyd
2018-02-28
1
-1
/
+17
*
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
1
-29
/
+84
[next]