summaryrefslogtreecommitdiff
path: root/cbc.h
Commit message (Expand)AuthorAgeFilesLines
* Change CBC-AES interfaceNiels Möller2021-09-141-6/+6
* Add specialized functions for cbc-aes.Niels Möller2021-09-091-0/+16
* Improved type-checking hack in CBC_ENCRYPT and similar macros.Niels Möller2014-12-121-2/+4
* 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-6/+6
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-4/+4
* 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
* (CBC_ENCRYPT): Avoid using NULL; we don't ensure that itNiels Möller2011-02-161-2/+3
* Moved all typedefs for function types to nettle-types.h. UseNiels Möller2008-11-011-2/+2
* Added C++ guards.Niels Möller2006-11-241-0/+8
* (nettle_crypt_func): Moved typedef to nettle-types.h.Niels Möller2005-07-021-39/+10
* * cbc.h (nettle_crypt_func): Moved typedef here.Niels Möller2004-02-261-7/+10
* (cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx argument.Niels Möller2004-02-251-6/+6
* * nettle-types.h: New (generated) file, to be used instead of includingNiels Möller2004-01-071-1/+1
* * New name mangling, to reduce the risk of link collisions. AllNiels Möller2003-04-121-0/+4
* * cbc.h (CBC_CTX): New macro.Niels Möller2001-09-091-2/+35
* Work-in-progress.Niels Möller2001-09-071-1/+8
* * cbc.c, cbc.h: New files, for general CBC encryption.Niels Möller2001-09-061-0/+49