cfb8: Fix decrypt path
[gd/nettle] / chacha.h
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-07-07 Nikos Mavrogiannop... abi: explicitly export intended symbols and hide others
2015-02-05 Niels MöllerMerge branch 'versioned-symbols' into master
2015-01-30 Niels MöllerNew function chacha_set_nonce96.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-03-04 Niels MöllerRenamed chacha256_set_key to chacha_set_key.
2014-03-04 Niels MöllerDrop support for 128-bit chacha keys.
2014-02-10 Niels MöllerRenamed chacha_set_iv to chacha_set_nonce.
2014-01-27 Niels MöllerImplemented chacha, based on contribution by Joachim...