Further separation of CMAC per-message state from subkeys.
[gd/nettle] / twofish.c
2016-03-15 Niels Möllertwofish: Fix undefined shift.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-02-06 Niels MöllerMerge branch 'set_key-changes' into master.
2014-01-29 Niels MöllerDropped length argument from nettle_set_key_func.
2013-04-26 Niels MöllerUse size_t rather than unsigned for all cipher-related...
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-03-04 Niels MöllerMerge branch 'master' of git.lysator.liu.se:/nettle...
2012-02-27 Niels MöllerResurrected twofishdata.c, earlier known as generate_q.c.
2012-02-18 Niels MöllerConverted files to utf-8.
2010-07-07 Niels Möller* aes.h (aes_encrypt, aes_decrypt): Declare ctx argumen...
2004-10-05 Niels Möller(q_table): Use a const pointer array.
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2001-09-02 Niels Möller* twofish.c (twofish_decrypt): Fixed for();-bug in...
2001-07-03 Niels MöllerInclude string.h.
2001-06-17 Niels MöllerFixed copyright notice.
2001-06-16 Niels Möller* twofish.c: Adapted to nettle. Made constant tables...
2001-06-16 Niels Möller* Added twofish implementation.
2000-04-23 Niels Möller*** empty log message ***
1999-03-12 J.H.M. Dassen* src/symmetric/twofish.c (twofish_selftest): Fixed...
1999-03-12 Ruud de Rooij* src/symmetric/twofish.c: Buglet fix by Ruud.
1999-03-07 Niels MöllerMoved UNUSED attribute to be compatible with gcc-2...
1999-03-05 Niels Möller* src/symmetric/twofish.c, src/symmetric/twofish.h
1999-03-04 Ruud de RooijInitial twofish support