summaryrefslogtreecommitdiff
path: root/twofish.c
Commit message (Expand)AuthorAgeFilesLines
* twofish: Fix undefined shift.Niels Möller2016-03-151-7/+8
* Update copyright headers for dual licensing.Niels Möller2014-04-121-29/+33
* Dropped length argument from nettle_set_key_func.set_key-changesNiels Möller2014-01-291-1/+17
* 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
* Resurrected twofishdata.c, earlier known as generate_q.c.Niels Möller2012-02-271-66/+70
* 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-6/+6
* (q_table): Use a const pointer array.Niels Möller2004-10-051-4/+5
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+7
* * twofish.c (twofish_decrypt): Fixed for();-bug in the block-loop.Niels Möller2001-09-031-2/+2
* Include string.h.Niels Möller2001-07-031-0/+1
* Fixed copyright notice.Niels Möller2001-06-171-2/+2
* * twofish.c: Adapted to nettle. Made constant tables const.Niels Möller2001-06-171-257/+158
* * Added twofish implementation.Niels Möller2001-06-161-32/+21
* *** empty log message ***Niels Möller2000-04-231-1/+0
* * src/symmetric/twofish.c (twofish_selftest): Fixed. (Ray).J.H.M. Dassen1999-03-121-24/+14
* * src/symmetric/twofish.c: Buglet fix by Ruud.Ruud de Rooij1999-03-121-3/+1
* Moved UNUSED attribute to be compatible with gcc-2.x, x<8.Niels Möller1999-03-081-1/+1
* * src/symmetric/twofish.c, src/symmetric/twofish.hNiels Möller1999-03-051-229/+236
* Initial twofish supportRuud de Rooij1999-03-041-0/+574