mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Linux/MacOSX: change cascade encryption naming format in the UI as it was done on Windows.
This commit is contained in:
@@ -37,7 +37,7 @@ namespace VeraCrypt
|
||||
static size_t GetLargestKeySize (const EncryptionAlgorithmList &algorithms);
|
||||
virtual size_t GetKeySize () const;
|
||||
virtual shared_ptr <EncryptionMode> GetMode () const;
|
||||
virtual wstring GetName () const;
|
||||
virtual wstring GetName (bool forGuiDisplay = false) const;
|
||||
bool IsDeprecated () const { return Deprecated; }
|
||||
virtual bool IsModeSupported (const EncryptionMode &mode) const;
|
||||
virtual bool IsModeSupported (const shared_ptr <EncryptionMode> mode) const;
|
||||
|
||||
Reference in New Issue
Block a user