mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-12 03:18:26 -06:00
Use properly aligned memory in code using Streebog hash implementation that uses SSE.
This commit is contained in:
@@ -173,7 +173,7 @@ namespace VeraCrypt
|
||||
Running = true;
|
||||
EnrichedByUser = false;
|
||||
|
||||
Pool.Allocate (PoolSize);
|
||||
Pool.Allocate (PoolSize, 16);
|
||||
Test();
|
||||
|
||||
if (!PoolHash)
|
||||
|
||||
Reference in New Issue
Block a user