1. 26 Jul, 2005 11 commits
  2. 25 Jul, 2005 6 commits
  3. 24 Jul, 2005 6 commits
  4. 23 Jul, 2005 1 commit
  5. 22 Jul, 2005 1 commit
  6. 21 Jul, 2005 1 commit
  7. 20 Jul, 2005 7 commits
  8. 19 Jul, 2005 4 commits
  9. 18 Jul, 2005 3 commits
    • Andy Polyakov's avatar
      Retire original rc4-ia64.S. · 26c07054
      Andy Polyakov authored
      26c07054
    • Andy Polyakov's avatar
      Switch to new RC4 IA-64 module. · 843d9d0b
      Andy Polyakov authored
      843d9d0b
    • Andy Polyakov's avatar
      This update implements following improvements. · 4ac210c1
      Andy Polyakov authored
      1. Original submission required minor modification to RC4_set_key, which
         we don't want to tolerate and therefore we fix assembler instead.
      2. Eliminate remaining byte-order dependence [look for RC4_BIG_ENDIAN].
      3. Eliminate logical error [when key->x is referred prior key is verified].
      4. HP-UX assembler puked on MODSCHED_RC4 macro with "syntax error,"
         macro has to be splitted in two.
      5. Deploy parallel compare in function prologue.
      6. Eliminate redundant instuctions and nops.
      7. Eliminate assembler warnings.
      4ac210c1