1. 28 Feb, 2003 2 commits
  2. 27 Feb, 2003 4 commits
  3. 25 Feb, 2003 1 commit
  4. 24 Feb, 2003 2 commits
  5. 22 Feb, 2003 8 commits
  6. 21 Feb, 2003 5 commits
  7. 20 Feb, 2003 3 commits
  8. 19 Feb, 2003 6 commits
  9. 18 Feb, 2003 2 commits
  10. 16 Feb, 2003 1 commit
  11. 15 Feb, 2003 5 commits
  12. 14 Feb, 2003 1 commit
    • Geoff Thorpe's avatar
      David Brumley <dbrumley@stanford.edu> noted and corrected a case in the · 79221bc2
      Geoff Thorpe authored
      verification step of CRT private key operations in the RSA code -
      previously no montgomery form was checked or used for 'n', and so it would
      be generated on the fly each time. As a result, private key operations are
      now a percent or two faster.
      
      Rather than adding this as another repetition of the nearly-identical
      montgomery "check for first-use" initialisation code blocks, I've taken
      this chance to create a helper function and macro-wrapper to replace them.
      
      PR: 475
      79221bc2