openssl/crypto/rc4/asm
Andy Polyakov 4ac210c16a This update implements following improvements.
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.
2005-07-18 17:11:13 +00:00
..
.cvsignore Add emacs cache files to .cvsignore. 2005-04-11 14:17:07 +00:00
rc4-586.pl +20% performance improvement of P4-specific RC4_CHAR loop. 2005-05-15 22:43:00 +00:00
rc4-ia64.pl This update implements following improvements. 2005-07-18 17:11:13 +00:00
rc4-ia64.S Fix unwind directives in IA-64 assembler modules. This helps symbolic 2005-07-18 09:54:14 +00:00
rc4-x86_64.pl Commentary update motivating code update in 0.9.7. 2005-05-04 14:51:38 +00:00