1. 22 Sep, 2000 6 commits
  2. 21 Sep, 2000 18 commits
  3. 20 Sep, 2000 14 commits
  4. 19 Sep, 2000 2 commits
    • Bodo Möller's avatar
      Totally remove the supposedly 'faster' variant in · fe035197
      Bodo Möller authored
      BN_mod_mul_montgomery, which calls bn_sqr_recursive
      without much preparation.
      
      bn_sqr_recursive requires the length of its argument to be
      a power of 2, which is not always the case here.
      There's no reason for not using BN_sqr -- if a simpler
      approach to squaring made sense, then why not change
      BN_sqr?  (Using BN_sqr should also speed up DH where g is chosen
      such that it becomes small [e.g., 2] when converted
      to Montgomery representation.)
      
      Case closed :-)
      fe035197
    • Richard Levitte's avatar
      BSDI only supports ftime() through libcompat, which means it's · b004872c
      Richard Levitte authored
      better not to use it.
      b004872c