openssl/crypto/aes/asm
Andy Polyakov c8d5c71af5 Mitigate cache-timing attack in CBC mode. This is done by implementing
compressed tables (2x compression factor) and by pre-fetching them into
processor cache prior every CBC en-/decryption pass. One can argue why
just CBC? Well, it's commonly used mode in real-life applications and
API allows us to amortize the prefetch costs for larger data chunks...
2005-04-16 15:23:21 +00:00
..
aes-586.pl Mitigate cache-timing attack in CBC mode. This is done by implementing 2005-04-16 15:23:21 +00:00
aes-ia64.S Improve ECB performance (48+14*rounds -> 18+13*rounds) and reserve for 2005-01-24 14:14:53 +00:00