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
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
2
-0
/
+11
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-24
/
+3
*
Correct Doxygen errors
Jack Lloyd
2018-07-02
1
-3
/
+2
*
Fix some -Wshadow warnings
Jack Lloyd
2018-06-29
1
-4
/
+4
*
Expose reduction mod p in CurveGFp
Jack Lloyd
2018-06-28
3
-16
/
+28
*
Correct computing of discriminant in EC_Group::verify_group
Jack Lloyd
2018-06-27
1
-16
/
+34
*
Remove outdated comment [ci skip]
Jack Lloyd
2018-06-21
1
-2
/
+0
*
Avoid needless alloc and copy
Jack Lloyd
2018-06-21
1
-7
/
+5
*
Fix a header comment and inline PointGFp::add/add_affine
Jack Lloyd
2018-06-21
2
-26
/
+23
*
Attempt to verify decoded ECC groups are using prime fields
Jack Lloyd
2018-06-20
1
-2
/
+37
*
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
7
-140
/
+164
*
Remove build time toggle for ECC coordinate masking
Jack Lloyd
2018-06-20
2
-16
/
+16
*
Perform ECC mult starting from top bit of the exponent
Jack Lloyd
2018-06-20
1
-17
/
+16
*
Ensure that trying to add points from different groups fails.
Jack Lloyd
2018-06-19
2
-13
/
+19
*
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
*
In ECC avoid using significant words to dispatch the mult algo
Jack Lloyd
2018-06-15
1
-22
/
+15
*
Avoid overallocation of memory for EC base point multiples
Jack Lloyd
2018-06-14
1
-1
/
+1
*
Address DSA/ECDSA side channel
Jack Lloyd
2018-06-13
2
-0
/
+30
*
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
|
\
[next]