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
/
nistp_redc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
In NIST P-xxx reductions unpoison S before using it
Jack Lloyd
2018-12-24
1
-8
/
+10
*
Avoid repeated size checks when setting words in NIST reduction
Jack Lloyd
2018-12-08
1
-25
/
+33
*
Avoid conditional operations in P-521 reduction
Jack Lloyd
2018-12-01
1
-30
/
+31
*
Add BigInt::mod_mul
Jack Lloyd
2018-12-01
1
-3
/
+3
*
Need to ensure minimum size here
Jack Lloyd
2018-11-27
1
-0
/
+1
*
Optimizations for NIST reduction
Jack Lloyd
2018-11-26
1
-22
/
+20
*
Avoid branching in the NIST prime reduction code
Jack Lloyd
2018-11-09
1
-48
/
+10
*
Use resize instead of shrink_to_fit
Jack Lloyd
2018-11-09
1
-3
/
+3
*
Rename get_uint32_t to get_uint32
Jack Lloyd
2018-11-09
1
-67
/
+67
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-1
/
+1
*
Remove support for 8 or 16 bit BigInt words
Jack Lloyd
2018-08-15
1
-6
/
+2
*
Correct error in P-224 computation
Jack Lloyd
2018-05-31
1
-2
/
+3
*
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
*
Remove use of ;; to end lines
Jack Lloyd
2018-03-19
1
-1
/
+1
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
1
-2
/
+2
*
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
*
Optimize P-256 and P-384 reduction
Jack Lloyd
2018-02-26
1
-29
/
+84
*
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
1
-0
/
+535