mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Windows MBR bootloader: reduce required stack size for cascade bootloader by removing unnecessary field from Twofish structure in this case.
This commit is contained in:
@@ -41,7 +41,9 @@ typedef struct
|
|||||||
u4byte l_key[40];
|
u4byte l_key[40];
|
||||||
#ifdef TC_MINIMIZE_CODE_SIZE
|
#ifdef TC_MINIMIZE_CODE_SIZE
|
||||||
u4byte s_key[4];
|
u4byte s_key[4];
|
||||||
|
#ifdef TC_WINDOWS_BOOT_TWOFISH
|
||||||
u4byte mk_tab[4 * 256];
|
u4byte mk_tab[4 * 256];
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
u4byte mk_tab[4][256];
|
u4byte mk_tab[4][256];
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user