Nils Larsch
|
eeb821f707
fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
|
18 years ago |
Nils Larsch
|
9dd8405341
ecc api cleanup; summary:
|
19 years ago |
Nils Larsch
|
ff22e913a3
- use BN_set_negative and BN_is_negative instead of BN_set_sign
|
19 years ago |
Richard Levitte
|
513c01a591
Make sure EC_window_bits_for_scalar_size() returns a size_t
|
21 years ago |
Bodo Möller
|
ba729265a8
Allow EC_GROUP objects to share precomputation for improved memory
|
22 years ago |
Richard Levitte
|
28f573a28d
Make sure memcpy() is properly declared by including string.h.
|
22 years ago |
Bodo Möller
|
65b254e8c0
remove debugging leftovers
|
22 years ago |
Bodo Möller
|
82871eaa17
comment
|
22 years ago |
Bodo Möller
|
37c660ff9b
implement fast point multiplication with precomputation
|
22 years ago |
Bodo Möller
|
b53e44e572
implement and use new macros BN_get_sign(), BN_set_sign()
|
22 years ago |
Bodo Möller
|
35b73a1f20
Rename implementations of method functions so that they match
|
22 years ago |
Bodo Möller
|
7793f30e09
add support for elliptic curves over binary fields
|
22 years ago |
Bodo Möller
|
2c8d0dccfc
improve wNAF generation
|
22 years ago |
Bodo Möller
|
f916052eab
remove disabled code
|
22 years ago |
Bodo Möller
|
d009bcbfb6
bugfix: allocate sufficiently large buffer
|
23 years ago |
Richard Levitte
|
b77fcddb6b
Apply a small patch from Oscar Jacobsson <oscar@jacobsson.org> that
|
23 years ago |
Bodo Möller
|
c05940edc7
comment
|
23 years ago |
Bodo Möller
|
e71adb85c5
avoid stupid compiler warning
|
23 years ago |
Bodo Möller
|
b19941ab05
comment
|
23 years ago |
Bodo Möller
|
c78515f55e
comments etc.
|
23 years ago |
Bodo Möller
|
3ba1f11147
Improve EC efficiency.
|
23 years ago |
Bodo Möller
|
56a106115f
comment change
|
23 years ago |
Bodo Möller
|
e3a4f8b84c
Precomputation will not necessarily be LIm-Lee precomputation.
|
23 years ago |
Bodo Möller
|
413a4a0461
Fix warnings.
|
23 years ago |
Bodo Möller
|
26fbabf3d1
Increase boundaries in EC_window_bits_for_scalar_size table.
|
23 years ago |
Bodo Möller
|
37cdcb4d8a
Table for window sizes.
|
23 years ago |
Bodo Möller
|
194dd04699
Rename function EC_GROUP_precompute to EC_GROUP_precompute_mult,
|
23 years ago |
Bodo Möller
|
3837491174
Add functions EC_POINT_mul and EC_GROUP_precompute.
|
24 years ago |
Bodo Möller
|
86a921af06
handle negative scalars correctly when doing point multiplication
|
24 years ago |
Bodo Möller
|
6f8f443170
comment and error code update
|
24 years ago |