mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-01-04 20:58:12 -06:00
Windows: Enhance performance by implementing the possibility to choose the correct hash algorithm of volumes during various operations (mount, change password...). In case of system encryption, slightly speedup Windows startup time by making the driver pickup the correct hash algorithm used for the encryption.
This commit is contained in:
@@ -48,6 +48,11 @@ typedef struct
|
||||
BOOL bHidVolDamagePrevReported[26];
|
||||
} VOLUME_NOTIFICATIONS_LIST;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
Password *password;
|
||||
int* pkcs5;
|
||||
} PasswordDlgParam;
|
||||
|
||||
extern VOLUME_NOTIFICATIONS_LIST VolumeNotificationsList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user