openssl/crypto/rc4/asm
Andy Polyakov a4022932ee Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserve
room for aligning of the key schedule itself [specific alignment is
required for future performance improvements], but OpenSSH "abuses"
our API by making copies and restoring RC4_KEY, thus ruining the
alignment and making it impossible to recover the key schedule.
PR: 1114
2005-06-26 16:09:29 +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.S Omit padding in RC4_KEY on IA-64. The idea behind padding was to reserve 2005-06-26 16:09:29 +00:00
rc4-x86_64.pl Commentary update motivating code update in 0.9.7. 2005-05-04 14:51:38 +00:00