summaryrefslogtreecommitdiff
path: root/src/DES.c
Commit message (Expand)AuthorAgeFilesLines
* Upgrade libtomcrypt 1.16 -> 1.17 (LP#1264130)Dwayne Litzenberger2014-06-221-2/+0
* DES3: Move "Two-key 3DES" support into DES.c instead of customizing tomcrypt_...Dwayne Litzenberger2014-06-221-1/+17
* Merge pull request #62 (Fixes AESNI alignment bug)Dwayne Litzenberger2014-02-221-0/+4
|\
| * Add block_finalize to clean up block_state from ALGdeallocSebastian Ramacher2013-10-281-0/+4
* | Fix typo in error stringDwayne Litzenberger2014-02-221-1/+1
* | Fix exception string for incorrect key length (DES)Legrandin2014-02-211-0/+4
|/
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-1/+1
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-171-1/+2
* Added documentation for Triple DES.Legrandin2012-05-101-1/+1
* Added documentation for AES and DES.Legrandin2012-05-101-1/+1
* Release the global interpreter lock during encryption, decryption, and hashing.Dwayne C. Litzenberger2009-10-121-6/+3
* Clean up remaining symbol table pollution (DES and DES3 modules)Dwayne C. Litzenberger2009-03-041-36/+0
* DES: Rename des.c to tomcrypt_des.c to avoid confusion with DES.c on case-ins...Dwayne C. Litzenberger2009-03-011-1/+1
* DES: Add new DES.c and DES3.c modules that use libtomcryptDwayne C. Litzenberger2009-03-011-0/+148
* Remove Blowfish, DES, DES3, IDEA, RC5, and XOR modulesDwayne C. Litzenberger2009-03-011-665/+0
* [project @ akuchling-20020517033412-ac0b409d6970cddc]akuchling2002-05-161-302/+302
* [project @ akuchling-20020516233050-85ce258c1e144af3]akuchling2002-05-161-0/+665