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
/
ec_gfp
/
point_gfp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-2
/
+2
*
Fix heap overflow in ECC point multiplication
Jack Lloyd
2016-02-01
1
-0
/
+5
*
Fix PointGFp multiplication bug
Jack Lloyd
2016-01-03
1
-18
/
+0
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Remove call to abort on a zero point in PointGFp::get_affine_{x,y}
Jack Lloyd
2015-11-13
1
-4
/
+0
*
Move GF(p) side channel countermeasure toggles to build.h
Jack Lloyd
2015-08-28
1
-27
/
+42
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-117
/
+211
*
Add specialized reducers for P-192, P-224, P-256 and P-384
lloyd
2015-02-26
1
-6
/
+38
*
Reference the EC point add and double algorithms used
lloyd
2015-01-24
1
-0
/
+8
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Switch to using Montgomery ladder for EC point multiplication.
lloyd
2014-12-10
1
-48
/
+4
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
1
-3
/
+5
*
Move mul and square operations on a elliptic curve to CurveGFp so we
lloyd
2014-08-09
1
-114
/
+57
*
Use 20 Miller-Rabin iterations regardless of the size of the integer. This
lloyd
2014-04-13
1
-1
/
+2
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+606