summaryrefslogtreecommitdiff
path: root/cbc.c
Commit message (Expand)AuthorAgeFilesLines
* Tweaks for in-place cbc, cfb and gcm.Niels Möller2018-01-081-8/+7
* 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-2/+2
* Use size_t rather than unsigned for all cipher-related functions.Niels Möller2013-04-261-5/+5
* 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_BUFFER_LIMIT): Reduced to 512 bytes.Niels Möller2011-07-011-49/+44
* Fixed spelling in comment.Niels Möller2010-07-201-1/+1
* * cbc.h (nettle_crypt_func): Moved typedef here.Niels Möller2004-02-261-9/+3
* (cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx argument.Niels Möller2004-02-251-9/+9
* (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, theyNiels Möller2004-01-081-25/+24
* Use "config.h", not <config.h>.Niels Möller2003-05-121-1/+1
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-3/+7
* (cbc_decrypt_internal): New function, doing the real CBCNiels Möller2002-02-111-15/+66
* * cbc.c (cbc_encrypt): Bug fix, encrypt block *after* XOR:ing theNiels Möller2001-09-091-1/+1
* *** empty log message ***Niels Möller2001-09-091-6/+26
* Work-in-progress.Niels Möller2001-09-071-2/+17
* * cbc.c, cbc.h: New files, for general CBC encryption.Niels Möller2001-09-061-0/+78