summaryrefslogtreecommitdiff
path: root/ctr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-23/+31
* Define and use nettle_cipher_func, for block ciphers.Niels Möller2014-03-181-1/+1
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-4/+4
* Fixed ctr_crypt zero-length bug, reported by Tim Kosse.Niels Möller2012-12-041-10/+10
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Consistently use foo_func *f (rather than foo_func f) for declaring function ...Niels Möller2012-06-251-1/+1
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* (ctr_crypt): Reorganized to call the encryption function with severalNiels Möller2011-07-011-16/+69
* * macros.h (INCREMENT): New macro, moved from ctr.c. Deleted thirdNiels Möller2011-02-051-13/+4
* (ctr_crypt): New file, new function.Niels Möller2005-07-021-0/+84