- Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC
This commit is contained in:
parent
34953bbcd3
commit
b6ecaf5276
10 changed files with 551 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue