mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Implement SHA256 acceleration on ARM64 platforms using CPU instructions
This commit is contained in:
@@ -298,9 +298,11 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
extern volatile int g_hasAESARM;
|
||||
extern volatile int g_hasSHA256ARM;
|
||||
void DetectArmFeatures();
|
||||
|
||||
#define HasAESNI() g_hasAESARM
|
||||
#define HasSHA256() g_hasSHA256ARM
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user