cfb8: Fix decrypt path
[gd/nettle] / nettle-internal.c
2018-11-18 Niels MöllerAvoid cast between incompatible function types.
2018-08-09 Niels MöllerAvoid cast between incompatible function types.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-03-18 Niels MöllerResurrect nettle_arcfour128, as an internal aead.
2014-03-18 Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2014-03-04 Niels MöllerRenamed chacha256_set_key to chacha_set_key.
2014-02-13 Niels MöllerMake eax_aes128 interface public.
2014-02-12 Niels MöllerGeneralized nettle_aead abstraction, and moved to nettl...
2014-02-10 Niels MöllerRenamed chacha_set_iv to chacha_set_nonce.
2014-02-06 Niels MöllerDeleted _NETTLE_CIPHER.
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.
2014-01-27 Niels MöllerBenchmarking of chacha.
2014-01-26 Niels MöllerNew gcm-aes interface.
2013-10-05 Niels MöllerImplemented EAX.
2013-09-28 Niels MöllerMerged aes-reorg branch.
2013-06-25 Niels MöllerNew interface for AES-256. Also deleted old aes-meta.c.
2013-06-25 Niels MöllerNew interface for AES-192.
2013-06-25 Niels MöllerNew interface for AES-128.
2013-04-26 Niels MöllerUse size_t rather than unsigned for all cipher-related...
2013-04-17 Niels MöllerBenchmark salsa20r12.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-03-31 Niels Möllersalsa20_set_iv: Deleted size argument.
2012-03-30 Niels MöllerSupport salsa20 in nettle-benchmark.
2012-02-18 Niels MöllerConverted files to utf-8.
2011-02-14 Niels Möller* nettle-internal.c (nettle_gcm_aes128): New const...
2011-02-14 Niels Möller(des_set_key_hack): Don't touch the bits
2008-11-01 Niels MöllerMoved all typedefs for function types to nettle-types...
2003-05-12 Niels MöllerUse "config.h", not <config.h>.
2003-05-12 Niels Möller* Reordered includes in most or all .c-files. All shoul...
2002-02-11 Niels Möller(nettle_blowfish128): Fixed definition, with
2002-01-14 Niels MöllerNew files.