summaryrefslogtreecommitdiff
path: root/cbc.c
Commit message (Expand)AuthorAgeFilesLines
* * 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