summaryrefslogtreecommitdiff
path: root/blowfish.c
Commit message (Expand)AuthorAgeFilesLines
* blowfish: Add casts to uint32_t.Niels Möller2020-10-291-2/+4
* v4.0 Blowfish: Prepare for bcrypt support.Stephen R. van den Berg2020-06-241-11/+12
* blowfish: Use READ_UINT32 macro.Niels Möller2016-03-151-4/+4
* Update copyright headers for dual licensing.Niels Möller2014-04-121-26/+35
* New function blowfish128_set_key.Niels Möller2014-02-061-0/+7
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-3/+3
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Indentation change.Niels Möller2010-11-261-28/+28
* Reapplied optimizations (150% speedup on x86_32) and other fixes,Niels Möller2010-11-261-291/+249
* *** empty log message ***Simon Josefsson2010-11-261-342/+389
* * aes.h (aes_encrypt, aes_decrypt): Declare ctx argument as const.Niels Möller2010-07-071-4/+4
* (initial_ctx): Deleted status value.Niels Möller2010-07-051-16/+0
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-2/+6
* * blowfish.c (initial_ctx): Arrange constants into a struct, toNiels Möller2001-06-171-428/+312
* Minor fixes.Niels Möller2001-06-151-43/+45
* * Created blowfish.c and blowfish.h (from GNUPG via LSH). NeedsNiels Möller2001-06-151-125/+39
* Removed disinformation about VAXen.Niels Möller1998-12-201-2/+2
* Removed GPG specifics.Niels Möller1998-12-161-38/+72
* GPG blowfish implementation integrated by jdassen@wi.leidenuniv.nl.J.H.M. Dassen1998-12-141-0/+587