mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-10 09:26:27 +00:00
- Added additional (configurable) cipher block modes. AES-CTR, Camellia-CTR, XTEA-CBC
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user