- May 09, 2005
-
-
Andy Polyakov authored
-
- May 07, 2005
-
-
Andy Polyakov authored
PR: 1059
-
- Apr 26, 2005
-
-
Ben Laurie authored
-
- 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...
-
- Apr 11, 2005
-
-
Richard Levitte authored
-
- Mar 30, 2005
-
-
Ben Laurie authored
-
- Mar 19, 2005
-
-
Ulf Möller authored
-
- Feb 06, 2005
-
-
Andy Polyakov authored
and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
-
- Jan 25, 2005
-
-
Andy Polyakov authored
-
- Jan 24, 2005
-
-
Andy Polyakov authored
locality on 64-bit platforms (and fixes IA64 assembler-empowered build:-). The choice is guarded by newly introduced AES_LONG macro, which needs to be defined only on 16-bit platforms which we don't support (not that I know of). Meaning that one could as well skip long option altogether.
-
Andy Polyakov authored
hand-coded zero-copy AES_cbc_encrypt.
-
- Jan 20, 2005
-
-
Andy Polyakov authored
-
- Jan 18, 2005
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jan 13, 2005
-
-
Andy Polyakov authored
performance on recent microarchitectures.
-
- Jan 09, 2005
-
-
Andy Polyakov authored
replace *whole* aes_core.c, not only AES_[de|en]crypt routines.
-
- Dec 30, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
performance, but anyway...
-
- Dec 28, 2004
-
-
Andy Polyakov authored
-
Richard Levitte authored
const.
-
- Dec 26, 2004
-
-
Andy Polyakov authored
essentially cosmetic modification...
-
Andy Polyakov authored
from platform to platform and can be as large as 20%.
-
Andy Polyakov authored
-
- Dec 23, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Dec 13, 2004
-
-
Richard Levitte authored
-
- Nov 02, 2004
-
-
Richard Levitte authored
if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
-
- Nov 01, 2004
-
-
Richard Levitte authored
PR: 963
-
- Aug 23, 2004
-
-
Andy Polyakov authored
-
- Jul 23, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
-
- Jul 18, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
I also used this opportunity to clean up some out-of-date targets and re-group targets by OS.
-
- Jul 17, 2004
-
-
Andy Polyakov authored
-
Andy Polyakov authored
we were mislead by _MSC_VER macro, which is defined by *all* Windows Microsoft compilers.
-