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
/
pubkey
/
ec_group
/
point_mul.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
1
-8
/
+27
*
Simplify the const time lookup in ECC scalar mul
Jack Lloyd
2018-12-14
1
-12
/
+9
*
Use a 3-bit comb for ECC base point multiply
Jack Lloyd
2018-12-13
1
-19
/
+33
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-8
/
+10
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-4
/
+4
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-4
/
+4
*
Remove outdated comment [ci skip]
Jack Lloyd
2018-06-21
1
-2
/
+0
*
Avoid an unncecessary malloc
Jack Lloyd
2018-06-20
1
-1
/
+1
*
Use masked table lookups for variable point scalar mult
Jack Lloyd
2018-06-20
1
-10
/
+30
*
Changes to allow masked lookups for variable point mult
Jack Lloyd
2018-06-20
1
-49
/
+67
*
Remove build time toggle for ECC coordinate masking
Jack Lloyd
2018-06-20
1
-4
/
+3
*
Perform ECC mult starting from top bit of the exponent
Jack Lloyd
2018-06-20
1
-17
/
+16
*
Use masked table lookup in ECC base point multiplication
Jack Lloyd
2018-06-19
1
-9
/
+30
*
Add some todo comments wrt side channels in ECC scalar mult
Jack Lloyd
2018-06-17
1
-0
/
+5
*
Avoid overallocation of memory for EC base point multiples
Jack Lloyd
2018-06-14
1
-1
/
+1
*
Various minor ECC optimizations
Jack Lloyd
2018-04-13
1
-10
/
+40
*
Handle some corner cases in ECC mult
Jack Lloyd
2018-03-25
1
-2
/
+7
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
1
-19
/
+37
*
Cache additional values for PointGFp multi-exponentiation
Jack Lloyd
2018-03-19
1
-0
/
+81
*
Avoid needless computation in base point multiply
Jack Lloyd
2018-03-19
1
-8
/
+6
*
Use a better algorithm for base point multiplies
Jack Lloyd
2018-03-19
1
-10
/
+23
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
1
-0
/
+4
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
1
-2
/
+2
*
Add PointGFp::force_all_affine using Montgomery's trick
Jack Lloyd
2018-03-08
1
-2
/
+1
*
Require explicit calls to add_affine
Jack Lloyd
2018-03-08
1
-1
/
+1
*
Add destructor for unique_ptr
Jack Lloyd
2018-03-08
1
-0
/
+5
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-41
/
+90
*
Reduce temp usage in PointGFp addition and doubling
Jack Lloyd
2018-03-04
1
-1
/
+1
*
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
1
-0
/
+113