Skip to content
  1. Jul 26, 2005
  2. Jul 25, 2005
  3. Jul 24, 2005
  4. Jul 23, 2005
  5. Jul 22, 2005
  6. Jul 21, 2005
  7. Jul 20, 2005
  8. Jul 19, 2005
  9. Jul 18, 2005
    • 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