summaryrefslogtreecommitdiff
path: root/ctr.h
Commit message (Expand)AuthorAgeFilesLines
* Improved type-checking hack in CBC_ENCRYPT and similar macros.Niels Möller2014-12-121-1/+2
* Update copyright headers for dual licensing.Niels Möller2014-04-121-24/+32
* Define and use nettle_cipher_func, for block ciphers.Niels Möller2014-03-181-3/+3
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-2/+2
* 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-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* Added C++ guards.Niels Möller2006-11-241-0/+8
* (CTR_CTX, CTR_CRYPT): Fixed bugs, spotted by Goran K.Niels Möller2005-11-211-5/+5
* (ctr_crypt): New file, new function.Niels Möller2005-07-021-0/+54