1. 01 Dec, 2000 4 commits
  2. 30 Nov, 2000 4 commits
  3. 29 Nov, 2000 6 commits
  4. 28 Nov, 2000 1 commit
  5. 27 Nov, 2000 1 commit
  6. 26 Nov, 2000 3 commits
  7. 18 Nov, 2000 1 commit
    • Richard Levitte's avatar
      Remove two bn_wexpand() from BN_mul(), which is a step toward getting · baa257f1
      Richard Levitte authored
      BN_mul() correctly constified, avoids two realloc()'s that aren't
      really necessary and saves memory to boot.  This required a small
      change in bn_mul_part_recursive() and the addition of variants of
      bn_cmp_words(), bn_add_words() and bn_sub_words() that can take arrays
      with differing sizes.
      
      The test results show a performance that very closely matches the
      original code from before my constification.  This may seem like a
      very small win from a performance point of view, but if one remembers
      that the variants of bn_cmp_words(), bn_add_words() and bn_sub_words()
      are not at all optimized for the moment (and there's no corresponding
      assembler code), and that their use may be just as non-optimal, I'm
      pretty confident there are possibilities...
      
      This code needs reviewing!
      baa257f1
  8. 17 Nov, 2000 1 commit
  9. 08 Nov, 2000 2 commits
  10. 07 Nov, 2000 1 commit
  11. 06 Nov, 2000 5 commits
  12. 02 Nov, 2000 4 commits
  13. 01 Nov, 2000 2 commits
  14. 31 Oct, 2000 2 commits
  15. 28 Oct, 2000 1 commit
  16. 27 Oct, 2000 1 commit
  17. 26 Oct, 2000 1 commit