- Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC

This commit is contained in:
Paul Bakker 2011-04-19 14:29:23 +00:00
parent 34953bbcd3
commit b6ecaf5276
10 changed files with 551 additions and 3 deletions

View file

@ -98,7 +98,7 @@ typedef struct {
/** Cipher key length, in bits (default length for variable sized ciphers) */
int key_length;
/** Name of the message digest */
/** Name of the cipher */
const char * name;
/** IV size, in bytes */