mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt.
This commit is contained in:
@@ -100,10 +100,7 @@ namespace VeraCrypt
|
||||
#undef TC_CIPHER_ADD_METHODS
|
||||
#define TC_CIPHER_ADD_METHODS
|
||||
|
||||
TC_CIPHER (Blowfish, 8, 56);
|
||||
TC_CIPHER (Cast5, 8, 16);
|
||||
TC_CIPHER (Serpent, 16, 32);
|
||||
TC_CIPHER (TripleDES, 8, 24);
|
||||
TC_CIPHER (Twofish, 16, 32);
|
||||
|
||||
#undef TC_CIPHER
|
||||
|
||||
Reference in New Issue
Block a user