testutils.c: Fix high bits of the mpz_urandomb used with mini-gmp.
[gd/nettle] / ctr.c
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.