aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rijndael.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c,David Shaw2003-05-211-17/+8
| | | | | | | | rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c, rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it.
* * blowfish.c (burn_stack), cast5.c (burn_stack), des.c (burn_stack), md5.cDavid Shaw2002-11-061-1/+1
| | | | | | | | | | (burn_stack), random.c (burn_stack, read_pool, fast_random_poll), rijndael.c (burn_stack), rmd160.c (burn_stack), rndegd.c (rndegd_gather_random), rndlinux.c (rndlinux_gather_random), rndriscos.c (rndriscos_gather_random), sha1.c (burn_stack), tiger.c (burn_stack), twofish.c (burn_stack): Replace various calls to memset() with the more secure wipememory().
* Removed some obsolete header files.V1-1-91Werner Koch2002-08-041-1/+1
|
* Update head to match stable 1.0David Shaw2002-06-291-0/+2234
|
* Removed files from the HEAD revision, because they are now in anotherWerner Koch2000-12-191-2198/+0
| | | | | repository
* Ooops, forgot to add this one.Werner Koch2000-10-111-0/+2198