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
/
curve_gfp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expose reduction mod p in CurveGFp
Jack Lloyd
2018-06-28
1
-11
/
+16
*
Changes to allow masked lookups for variable point mult
Jack Lloyd
2018-06-20
1
-68
/
+21
*
In ECC avoid using significant words to dispatch the mult algo
Jack Lloyd
2018-06-15
1
-22
/
+15
*
Add Fermat based inversion of P-384 field elements
Jack Lloyd
2018-04-19
1
-0
/
+72
*
Add field inversion for P-521
Jack Lloyd
2018-04-18
1
-0
/
+68
*
Add optimized inversion for P-256
Jack Lloyd
2018-04-18
1
-0
/
+75
*
Various minor ECC optimizations
Jack Lloyd
2018-04-13
1
-1
/
+6
*
Optimize EC point doubling for a == 0 and a == -3
Jack Lloyd
2018-04-11
1
-1
/
+13
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
1
-1
/
+65
*
Avoid needless computation in base point multiply
Jack Lloyd
2018-03-19
1
-24
/
+0
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
1
-0
/
+3
*
Assume CurveGFp inputs are at most p words long
Jack Lloyd
2018-03-14
1
-13
/
+27
*
Avoid creating a temp here
Jack Lloyd
2018-03-14
1
-4
/
+4
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
1
-16
/
+16
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-7
/
+35
*
Use Barrett instead of repeated divisions by p here
Jack Lloyd
2018-03-04
1
-3
/
+6
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
1
-6
/
+19
*
Fix overflow in monty_redc
Jack Lloyd
2018-02-27
1
-4
/
+4
*
Avoid unnecessary calls to BigInt::grow_to
Jack Lloyd
2018-02-26
1
-4
/
+9
*
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
1
-0
/
+287