VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Crypto_vs2019.vcxproj
AgeCommit message (Collapse)AuthorFilesLines
11 daysWindows: remove VS 2019 solution and project files since we migrated to VS 2022.Mounir IDRASSI1-478/+0
11 daysWindows: Upgrade VS 2019 solution/projects to VS 2022. Remove Win32 ↵Mounir IDRASSI1-132/+4
configuration for driver and binaries. Only setup remains 32-bit to be compatible with both x64 and arm64 Windows.
2024-11-10Add support for SHA-256 x86 instrinsic for enhance performance of ↵Mounir IDRASSI1-0/+1
PBKDF2-HMAC-SHA256
2024-09-08Windows: Add support for x86 and x64 build for driver and binaries using ↵Mounir IDRASSI1-12/+18
Visual Studio 2019 We also enable Control Flow Guard and Spectre Mitigation
2023-05-26Windows: Add missing Blake2s source files to VS 2019 crypto projectMounir IDRASSI1-0/+3
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated ↵Mounir IDRASSI1-22/+1
algorithms RIPEMD-160 and GOST89.
2021-01-02Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). ↵Mounir IDRASSI1-0/+617
System encryption still not implemented on ARM64