- 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.
-
- Jul 01, 2004
-
-
Andy Polyakov authored
C code yet...
-
- Jan 28, 2004
-
-
Richard Levitte authored
Add the corresponding AES parts while I'm at it. make update
-
- Dec 27, 2003
-
-
Richard Levitte authored
This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
-
- Oct 29, 2003
-
-
Richard Levitte authored
be the same. Therefore, the removed memcpy()s need to be restored.
-
- Oct 15, 2003
-
-
Richard Levitte authored
a multiple of AES_BLOCK_SIZE. Optimize decryption of all complete blocks in AES-CBC by removing an unnecessary memcpy(). The error was notified by James Fernandes <jf210032@exchange.DAYTONOH.NCR.com>. The unnecessary memcpy() was found as an effect of investigating that error.
-
- Jul 04, 2003
-
-
Richard Levitte authored
there's absolutely no need to special-case it on little-endian machines. Notified by Thierry Boivin <Thierry.Boivin@celsecat.com>
-
- Jul 03, 2003
-
-
Richard Levitte authored
-
Richard Levitte authored
-