mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 15:05:45 +01:00
Fixed values for 2-key Triple DES in cipher layer
(cherry picked from commit 2be71faae4
)
This commit is contained in:
parent
a4232a7ccb
commit
0e34235644
@ -556,8 +556,8 @@ const cipher_info_t des_ede_cbc_info = {
|
||||
POLARSSL_MODE_CBC,
|
||||
POLARSSL_KEY_LENGTH_DES_EDE,
|
||||
"DES-EDE-CBC",
|
||||
16,
|
||||
16,
|
||||
8,
|
||||
8,
|
||||
&des_ede_info
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user