summaryrefslogtreecommitdiff
path: root/src/Blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* Add block_finalize to clean up block_state from ALGdeallocSebastian Ramacher2013-10-281-0/+4
* Add pycrypto_common.h and clean up a bunch of miscellaneous includes & typedefsDwayne Litzenberger2013-04-211-13/+2
* Include inttypes.h or sys/inttypes.h based on what autoconf tells usDwayne Litzenberger2013-04-211-2/+4
* Fix compiler warning about "_POSIX_C_SOURCE" being redefined in string.hDwayne Litzenberger2013-02-171-1/+1
* Added documentation for BlowfishLegrandin2012-05-111-1/+1
* Fix build on Solaris 9 and earilerDwayne C. Litzenberger2011-10-101-1/+8
* Release the global interpreter lock during encryption, decryption, and hashing.Dwayne C. Litzenberger2009-10-121-8/+3
* Blowfish: Rename decrypt() to inline_decrypt() to match previous commitDwayne C. Litzenberger2009-04-251-2/+2
* Blowfish: Fix conflicting declaration for "encrypt" on Mac OS XKouki Hashimoto2009-04-251-7/+7
* Reduce symbol table pollution by declaring most things "static".Dwayne C. Litzenberger2009-03-041-3/+3
* Add new Blowfish implementationDwayne C. Litzenberger2009-03-011-0/+243
* Remove Blowfish, DES, DES3, IDEA, RC5, and XOR modulesDwayne C. Litzenberger2009-03-011-499/+0
* [project @ akuchling-20020517033412-ac0b409d6970cddc]akuchling2002-05-161-374/+374
* [project @ akuchling-20020516233050-85ce258c1e144af3]akuchling2002-05-161-0/+499