mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX: first dynamic mode implementation
This commit is contained in:
1
src/Core/VolumeCreator.h
Normal file → Executable file
1
src/Core/VolumeCreator.h
Normal file → Executable file
@@ -22,6 +22,7 @@ namespace VeraCrypt
|
||||
VolumeType::Enum Type;
|
||||
uint64 Size;
|
||||
shared_ptr <VolumePassword> Password;
|
||||
int Pim;
|
||||
shared_ptr <KeyfileList> Keyfiles;
|
||||
shared_ptr <Pkcs5Kdf> VolumeHeaderKdf;
|
||||
shared_ptr <EncryptionAlgorithm> EA;
|
||||
|
||||
Reference in New Issue
Block a user