mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 03:20:48 +02:00
@@ -49,7 +49,7 @@
|
||||
enum {
|
||||
DES_KEY_SIZE = 8, /* des */
|
||||
DES3_KEY_SIZE = 24, /* 3 des ede */
|
||||
DES_IV_SIZE = 16,
|
||||
DES_IV_SIZE = 8, /* should be the same as DES_BLOCK_SIZE */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user