mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Cryptography: Optimize Whirlpool implementation by using public domain assembly code developed by Wei Dai
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
#include "Crypto.h"
|
||||
#include "Fat.h"
|
||||
#include "Tests.h"
|
||||
#include "cpu.h"
|
||||
|
||||
#include "Apidrvr.h"
|
||||
#include "Boot/Windows/BootDefs.h"
|
||||
@@ -72,6 +73,8 @@ NTSTATUS DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath)
|
||||
|
||||
Dump ("DriverEntry " TC_APP_NAME " " VERSION_STRING "\n");
|
||||
|
||||
DetectX86Features ();
|
||||
|
||||
PsGetVersion (&OsMajorVersion, &OsMinorVersion, NULL, NULL);
|
||||
|
||||
// Load dump filter if the main driver is already loaded
|
||||
|
||||
Reference in New Issue
Block a user