mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18: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];
|
||||
#ifdef TC_MINIMIZE_CODE_SIZE
|
||||
u4byte s_key[4];
|
||||
#ifdef TC_WINDOWS_BOOT_TWOFISH
|
||||
u4byte mk_tab[4 * 256];
|
||||
#endif
|
||||
#else
|
||||
u4byte mk_tab[4][256];
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user