summaryrefslogtreecommitdiff
path: root/blowfish.h
Commit message (Expand)AuthorAgeFilesLines
* blowfish: Add bcrypt support.Stephen R. van den Berg2020-06-301-0/+17
* Update copyright headers for dual licensing.Niels Möller2014-04-121-24/+32
* New function blowfish128_set_key.Niels Möller2014-02-061-3/+8
* 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
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* * aes.h (aes_encrypt, aes_decrypt): Declare ctx argument as const.Niels Möller2010-07-071-2/+2
* (enum blowfish_error): Deleted.Niels Möller2010-07-051-3/+0
* Added C++ guards.Niels Möller2006-11-241-0/+8
* * nettle-types.h: New (generated) file, to be used instead of includingNiels Möller2004-01-071-1/+1
* * New name mangling, to reduce the risk of link collisions. AllNiels Möller2003-04-121-0/+5
* *** empty log message ***Niels Möller2001-06-171-1/+1
* * blowfish.h (BLOWFISH_MAX_KEY_SIZE): Fixed, should be 56.Niels Möller2001-06-171-1/+1
* Fixed copyright notice.Niels Möller2001-06-171-2/+2
* * blowfish.h (struct blowfish_ctx): Use a two-dimensional arrayNiels Möller2001-06-171-4/+1
* * blowfish.h (struct blowfish_ctx): Use the correct size for the pNiels Möller2001-06-161-1/+1
* Minor fixes.Niels Möller2001-06-151-1/+3
* * Created blowfish.c and blowfish.h (from GNUPG via LSH). NeedsNiels Möller2001-06-151-0/+67