mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt.
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
*/
|
||||
|
||||
#include "EncryptionMode.h"
|
||||
#include "EncryptionModeCBC.h"
|
||||
#include "EncryptionModeLRW.h"
|
||||
#include "EncryptionModeXTS.h"
|
||||
#include "EncryptionThreadPool.h"
|
||||
|
||||
@@ -37,8 +35,6 @@ namespace VeraCrypt
|
||||
EncryptionModeList l;
|
||||
|
||||
l.push_back (shared_ptr <EncryptionMode> (new EncryptionModeXTS ()));
|
||||
l.push_back (shared_ptr <EncryptionMode> (new EncryptionModeLRW ()));
|
||||
l.push_back (shared_ptr <EncryptionMode> (new EncryptionModeCBC ()));
|
||||
|
||||
return l;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user