Mounir IDRASSI
|
3c17b8ced2
|
Windows: Add support for Argon2id as an alternative to PBKDF2 key derivation
|
2025-06-25 15:44:31 +09:00 |
|
Mounir IDRASSI
|
44a9f8bcff
|
Remove SM4 support!
|
2025-05-18 18:31:39 +09:00 |
|
Mounir IDRASSI
|
7924f06e39
|
Initial support of SM4 cipher for normal volumes
|
2025-05-04 02:27:05 +09:00 |
|
Mounir IDRASSI
|
247c98d954
|
Implement SHA256 acceleration on ARM64 platforms using CPU instructions
|
2025-01-26 16:21:13 +01:00 |
|
Mounir IDRASSI
|
54bd819990
|
Windows/Linux/macOS: implement AES hardware support on ARM64 (ARMv8)
|
2025-01-17 00:58:54 +01:00 |
|
Mounir IDRASSI
|
6d1ad12755
|
Windows: move main project files and solution from VS 2010 to VS 2022. Delete unused files.
|
2024-11-15 15:50:32 +01:00 |
|
Mounir IDRASSI
|
04c747fb2d
|
Add support for SHA-256 x86 instrinsic for enhance performance of PBKDF2-HMAC-SHA256
|
2024-11-10 21:08:00 +01:00 |
|
Mounir IDRASSI
|
36795a688f
|
Implement support of Blake2s-256 hash algorithm and remove deprecated algorithms RIPEMD-160 and GOST89.
|
2022-03-08 00:29:26 +01:00 |
|
Mounir IDRASSI
|
7a35ecb154
|
Windows: use separate assembly files for RDRAND and RDSEED in order to fix a mysterious crash when MASM_RDSEED_GenerateBlock is called after MASM_RDRAND_GenerateBlock.
|
2019-10-30 08:52:55 +01:00 |
|
Mounir IDRASSI
|
321715202a
|
Windows: Generalize RAM encryption for keys to VeraCrypt binaries, especially Format and Expander
|
2019-03-02 10:23:39 +01:00 |
|
Mounir IDRASSI
|
86f0fde6e7
|
Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Stephan Mueller as a good alternative to RDRAND (http://www.chronox.de/jent.html, smueller@chronox.de)
|
2019-02-12 19:06:14 +01:00 |
|
Mounir IDRASSI
|
ba5da0946c
|
Windows: Add implementation of ChaCha20 based random generator. Use it for driver need of random bytes (currently only wipe bytes but more to come later).
|
2019-02-08 01:50:12 +01:00 |
|
Mounir IDRASSI
|
61c1baa4bf
|
Windows: use CPU RDRAND or RDSEED as an additional entropy source for our random generator when available
|
2019-02-01 00:35:50 +01:00 |
|
Mounir IDRASSI
|
f53eb8e260
|
SIMD speed optimization for Kuznyechik cipher implementation (up to 2x speedup). Based on https://github.com/aprelev/libgost15.
|
2017-11-27 16:16:35 +01:00 |
|
Mounir IDRASSI
|
ac37fb0003
|
Windows: generate pdb files for binaries in order to help investigate crashes in the future.
|
2017-07-09 09:49:33 +02:00 |
|
Mounir IDRASSI
|
79cb3af526
|
Windows: use yasm define __YASM__ for compatibility with the assembly changes done in MacOSX.
|
2017-06-27 00:55:24 +02:00 |
|
Mounir IDRASSI
|
546d6cff44
|
Crypto: Add optimized SHA-512 and SHA-256 assembly implementations for x86_64 and x86. This improves speed by 30%.
|
2017-06-23 02:11:21 +02:00 |
|
Mounir IDRASSI
|
70097ecfe5
|
Crypto: Add optimized Camellia assembly implementation for x86_64 based on work by Jussi Kivilinna (https://github.com/jkivilin/supercop-blockciphers). This improve speed by a factor of 2.5 when AES-NI supported by CPU and by 30% if AES-NI not supported.
|
2017-06-21 01:39:55 +02:00 |
|
Mounir IDRASSI
|
263abeee3a
|
Crypto: Add optimized Twofish assembly implementation for x86_64.
|
2016-12-07 12:36:04 +01:00 |
|
Mounir IDRASSI
|
e5a9e9239b
|
Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain factor. Update credits and copyrights notice.
|
2016-10-17 18:40:23 +02:00 |
|
Mounir IDRASSI
|
e90e24b30b
|
Windows: Add support for Streebog (hash) and kuznyechik (encryption)
|
2016-08-15 01:09:11 +02:00 |
|
Mounir IDRASSI
|
0b2c8b09c6
|
Windows: Add Magma cipher (GOST-89)
|
2016-08-15 01:09:10 +02:00 |
|
Mounir IDRASSI
|
42373efcfd
|
Windows: Use Visual C++ 2010 instead of Visual C++ 2008.
|
2016-06-17 15:50:47 +02:00 |
|