커밋 기록

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