| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweaks for in-place cbc, cfb and gcm. | Niels Möller | 2018-01-08 | 1 | -8/+7 |
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -23/+31 |
* | Define and use nettle_cipher_func, for block ciphers. | Niels Möller | 2014-03-18 | 1 | -2/+2 |
* | Use size_t rather than unsigned for all cipher-related functions. | Niels Möller | 2013-04-26 | 1 | -5/+5 |
* | Updated FSF address. Patch from David Woodhouse. | Niels Möller | 2012-07-07 | 1 | -2/+2 |
* | Consistently use foo_func *f (rather than foo_func f) for declaring function ... | Niels Möller | 2012-06-25 | 1 | -2/+2 |
* | Converted files to utf-8. | Niels Möller | 2012-02-18 | 1 | -1/+1 |
* | (CBC_BUFFER_LIMIT): Reduced to 512 bytes. | Niels Möller | 2011-07-01 | 1 | -49/+44 |
* | Fixed spelling in comment. | Niels Möller | 2010-07-20 | 1 | -1/+1 |
* | * 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 |