mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Crypto: Add optimized Twofish assembly implementation for x86_64.
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#define TC_HEADER_Encryption_Ciphers
|
||||
|
||||
#include "Platform/Platform.h"
|
||||
#include "Crypto/config.h"
|
||||
|
||||
|
||||
namespace VeraCrypt
|
||||
@@ -101,11 +102,11 @@ namespace VeraCrypt
|
||||
|
||||
TC_CIPHER (AES, 16, 32);
|
||||
TC_CIPHER (Serpent, 16, 32);
|
||||
TC_CIPHER (Twofish, 16, 32);
|
||||
|
||||
#undef TC_CIPHER_ADD_METHODS
|
||||
#define TC_CIPHER_ADD_METHODS
|
||||
|
||||
TC_CIPHER (Twofish, 16, 32);
|
||||
TC_CIPHER (Camellia, 16, 32);
|
||||
TC_CIPHER (Gost89, 16, 32);
|
||||
TC_CIPHER (Gost89StaticSBOX, 16, 32);
|
||||
|
||||
Reference in New Issue
Block a user