Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * cbc.h (nettle_crypt_func): Moved typedef here. | Niels Möller | 2004-02-26 | 1 | -9/+3 |
* | (cbc_encrypt, cbc_decrypt): Use a _const_ void *ctx argument. | Niels Möller | 2004-02-25 | 1 | -9/+9 |
* | (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they | Niels Möller | 2004-01-08 | 1 | -25/+24 |
* | Use "config.h", not <config.h>. | Niels Möller | 2003-05-12 | 1 | -1/+1 |
* | * Reordered includes in most or all .c-files. All should now include | Niels Möller | 2003-05-12 | 1 | -3/+7 |
* | (cbc_decrypt_internal): New function, doing the real CBC | Niels Möller | 2002-02-11 | 1 | -15/+66 |
* | * cbc.c (cbc_encrypt): Bug fix, encrypt block *after* XOR:ing the | Niels Möller | 2001-09-09 | 1 | -1/+1 |
* | *** empty log message *** | Niels Möller | 2001-09-09 | 1 | -6/+26 |
* | Work-in-progress. | Niels Möller | 2001-09-07 | 1 | -2/+17 |
* | * cbc.c, cbc.h: New files, for general CBC encryption. | Niels Möller | 2001-09-06 | 1 | -0/+78 |