mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 11:08:02 -06:00
Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
code distribution packages. */
|
||||
|
||||
#include "Tcdefs.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
@@ -991,6 +992,8 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, wchar_t *lpsz
|
||||
/* application title */
|
||||
lpszTitle = L"VeraCrypt Expander";
|
||||
|
||||
DetectX86Features ();
|
||||
|
||||
status = DriverAttach ();
|
||||
if (status != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user