Skip to content
  1. Feb 22, 2003
  2. Feb 21, 2003
  3. Feb 20, 2003
  4. Feb 19, 2003
  5. Feb 18, 2003
  6. Feb 16, 2003
  7. Feb 15, 2003
  8. Feb 14, 2003
  9. Feb 13, 2003
  10. Feb 12, 2003
    • Bodo Möller's avatar
      new lock for EC_PRE_COMP structures · abd22c9c
      Bodo Möller authored
      Submitted by: Nils Larsch
      abd22c9c
    • Bodo Möller's avatar
      Allow EC_GROUP objects to share precomputation for improved memory · ba729265
      Bodo Möller authored
      efficiency (EC_PRE_COMP objects are now constant once completed).
      
      Extend 'extra_data' API to support arbitrarily many slots (although we
      need only one at the moment).
      
      Modify EC internal 'extra_data' API: EC_GROUP_[clear_]free_extra_data
      now frees only a single slot (the previous functions are available as
      EC_GROUP_[clear_]free_all_extra_data).
      
      Submitted by: Nils Larsch
      Reviewed by: Bodo Moeller
      ba729265