- Nov 12, 2012
-
-
Andy Polyakov authored
vpaes-x86.pl: minor performance squeeze.
-
- Apr 28, 2012
-
-
Andy Polyakov authored
-
- Dec 27, 2008
-
-
Andy Polyakov authored
-
- Jan 05, 2008
-
-
Andy Polyakov authored
-
- Nov 22, 2007
-
-
Andy Polyakov authored
-
- Jul 13, 2007
-
-
Andy Polyakov authored
-
- Sep 18, 2006
-
-
Andy Polyakov authored
-
- Aug 31, 2006
-
-
Andy Polyakov authored
-
- Aug 07, 2006
-
-
Andy Polyakov authored
-
- Aug 02, 2006
-
-
Andy Polyakov authored
check for SSE bit instead of MMX, as pshufw was introduces in PIII, minor optimization, typos...
-
Andy Polyakov authored
-
- Jul 31, 2006
-
-
Andy Polyakov authored
256 byte S-box. AES_cbc_encrypt needs further work as it should also use slow routines when processing smaller amount of data.
-
- Jul 18, 2006
-
-
Andy Polyakov authored
strong impact on decrypt performance, 20-25%. One probably should consider switching between slower and faster routines depending on how much data we were asked to process.
-
- Jun 28, 2006
-
-
Andy Polyakov authored
prefetch could have been moved closer to Td4 references. Something for later consideration...
-
- Jul 01, 2005
-
-
Andy Polyakov authored
-
- Jun 30, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
aligning the key schedule in a specific manner.
-
- May 09, 2005
-
-
Andy Polyakov authored
-
- May 07, 2005
-
-
Andy Polyakov authored
PR: 1059
-
- Apr 24, 2005
-
-
Andy Polyakov authored
-
- Apr 22, 2005
-
-
Andy Polyakov authored
-
- Apr 16, 2005
-
-
Andy Polyakov authored
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...
-
- Mar 19, 2005
-
-
Ulf Möller authored
-
- Jan 20, 2005
-
-
Andy Polyakov authored
-
- Jan 18, 2005
-
-
Andy Polyakov authored
-
- Jan 13, 2005
-
-
Andy Polyakov authored
performance on recent microarchitectures.
-
- Dec 30, 2004
-
-
Andy Polyakov authored
-
- Dec 23, 2004
-
-
Andy Polyakov authored
-