Mention dependencies on GNU make and GNU GMP in the README file.
[gd/nettle] / ctr.c
2018-12-26 Niels MöllerMerge branch 'release-3.4-fixes' into master
2018-02-01 Niels MöllerGeneralize _ctr_crypt16, so it can be used also for...
2018-02-01 Niels MöllerLine break fix.
2018-01-14 Niels MöllerMerge branch 'ctr-opt' into master-updates
2018-01-09 Niels MöllerCTR mode optimizations for 16-byte block size.
2018-01-09 Niels MöllerNew helper function ctr_fill.
2018-01-09 Niels MöllerIncrease buffer size for in-place CTR.
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-03-18 Niels MöllerDefine and use nettle_cipher_func, for block ciphers.
2013-04-26 Niels MöllerUse size_t rather than unsigned for all cipher-related...
2012-12-04 Niels MöllerFixed ctr_crypt zero-length bug, reported by Tim Kosse.
2012-07-07 Niels MöllerUpdated FSF address. Patch from David Woodhouse.
2012-06-25 Niels MöllerConsistently use foo_func *f (rather than foo_func...
2012-02-18 Niels MöllerConverted files to utf-8.
2011-07-01 Niels Möller(ctr_crypt): Reorganized to call the encryption functio...
2011-02-05 Niels Möller* macros.h (INCREMENT): New macro, moved from ctr.c...
2006-05-16 Niels Möller* Merged experimental branch. Also:
2005-07-02 Niels Möller(ctr_crypt): New file, new function.