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
Commit message (
Expand
)
Author
Age
Files
Lines
*
DER improvements
Jack Lloyd
2018-05-22
1
-6
/
+14
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-0
/
+1
*
Add final annotations [ci skip]
Jack Lloyd
2018-04-24
1
-3
/
+3
*
Add BigInt::mod_sub
Jack Lloyd
2018-04-23
2
-93
/
+63
*
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
*
Add EC_Group::inverse_mod_order
Jack Lloyd
2018-04-17
2
-0
/
+15
*
Various minor ECC optimizations
Jack Lloyd
2018-04-13
7
-21
/
+105
*
Optimize EC point doubling for a == 0 and a == -3
Jack Lloyd
2018-04-11
3
-9
/
+61
*
Add EC_Group::a_is_zero
Jack Lloyd
2018-04-11
2
-1
/
+14
*
Fix some Doxygen errors
Jack Lloyd
2018-03-28
1
-0
/
+12
*
Handle some corner cases in ECC mult
Jack Lloyd
2018-03-25
3
-5
/
+19
*
Add warning comment
Jack Lloyd
2018-03-22
1
-0
/
+6
*
Add back mul/sqr to CurveGFp [ci skip]
Jack Lloyd
2018-03-22
1
-0
/
+10
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
2
-0
/
+10
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
6
-30
/
+158
*
Nudge users to EC_Group::OS2ECP
Jack Lloyd
2018-03-20
1
-4
/
+10
*
Add EC_Group::clear_registered_curve_data
Jack Lloyd
2018-03-19
2
-0
/
+16
*
Cache additional values for PointGFp multi-exponentiation
Jack Lloyd
2018-03-19
4
-61
/
+99
*
Avoid needless computation in base point multiply
Jack Lloyd
2018-03-19
3
-33
/
+6
*
Use a better algorithm for base point multiplies
Jack Lloyd
2018-03-19
2
-10
/
+24
*
Catch exceptions by reference not value
Jack Lloyd
2018-03-16
1
-1
/
+1
*
Add a facility for debug-mode assertions
Jack Lloyd
2018-03-14
3
-2
/
+9
*
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
5
-63
/
+83
*
Tweaks to force_all_affine
Jack Lloyd
2018-03-12
1
-7
/
+5
*
Merge GH #1483 Use uncompressed points for ECC by default
Jack Lloyd
2018-03-10
3
-37
/
+42
|
\
|
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
3
-37
/
+42
*
|
Revert "Use move to avoid needless some needless copies"
Jack Lloyd
2018-03-10
1
-16
/
+16
|
/
*
Use move to avoid needless some needless copies
Jack Lloyd
2018-03-09
1
-16
/
+16
*
Cleanup comments
Jack Lloyd
2018-03-09
1
-10
/
+7
*
Add blinded_base_point_multiply_x
Jack Lloyd
2018-03-08
2
-0
/
+20
*
Mul into temps to avoid allocations
Jack Lloyd
2018-03-08
1
-7
/
+8
*
Add PointGFp::force_all_affine using Montgomery's trick
Jack Lloyd
2018-03-08
3
-9
/
+68
*
Require explicit calls to add_affine
Jack Lloyd
2018-03-08
2
-5
/
+2
*
Add destructor for unique_ptr
Jack Lloyd
2018-03-08
2
-0
/
+7
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
9
-123
/
+392
*
Support decoding of ECC groups with seed parameter
Jack Lloyd
2018-03-04
1
-0
/
+2
*
Use Barrett instead of repeated divisions by p here
Jack Lloyd
2018-03-04
1
-3
/
+6
*
Reduce temp usage in PointGFp addition and doubling
Jack Lloyd
2018-03-04
4
-104
/
+95
*
Avoid confusing error if invalid EC_Group is used
Jack Lloyd
2018-03-02
1
-3
/
+9
*
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
*
Avoid using monty workspace for reduce_below
Jack Lloyd
2018-02-26
1
-6
/
+6
*
Avoid some needless allocations
Jack Lloyd
2018-02-26
1
-2
/
+4
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
2
-9
/
+43
*
Merge ec_gfp and ec_group modules
Jack Lloyd
2018-02-25
6
-2
/
+1525
[next]