.. |
Aes_hw_cpu.asm
|
Linux: fix executable stack in resulting binary which was caused by crypto assembly files missing the GNU-stack note.
|
2017-06-13 01:26:22 +02:00 |
Aes_hw_cpu.h
|
Remove trailing whitespace
|
2016-05-10 22:18:34 +02:00 |
Aes_x64.asm
|
Linux: fix executable stack in resulting binary which was caused by crypto assembly files missing the GNU-stack note.
|
2017-06-13 01:26:22 +02:00 |
Aes_x86.asm
|
Linux: fix executable stack in resulting binary which was caused by crypto assembly files missing the GNU-stack note.
|
2017-06-13 01:26:22 +02:00 |
Aes.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Aescrypt.c
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Aeskey.c
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Aesopt.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
AesSmall_x86.asm
|
Fix space before tab
|
2016-05-10 22:24:06 +02:00 |
AesSmall.c
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
AesSmall.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Aestab.c
|
Remove trailing whitespace
|
2016-05-10 22:18:34 +02:00 |
Aestab.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Camellia.c
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
Camellia.h
|
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
|
2016-06-02 00:12:00 +02:00 |
CamelliaSmall.c
|
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
|
2016-06-02 00:12:00 +02:00 |
CamelliaSmall.h
|
Crypto: Add support for Japanese encryption standard Camellia, including for system encryption.
|
2016-06-02 00:12:00 +02:00 |
config.h
|
cland static code analyzer fixes
|
2017-06-05 17:45:47 +02:00 |
cpu.c
|
Implement detection of new CPU features: AVX2 and BMI2
|
2016-10-17 18:40:33 +02:00 |
cpu.h
|
Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by disabling inline assembly in this case (caused by http://llvm.org/bugs/show_bug.cgi?id=24232)
|
2017-01-12 18:13:24 +01:00 |
Crypto.vcproj
|
Windows: Add new crypto files to legacy VC++ 2008 project.
|
2016-08-15 01:09:15 +02:00 |
Crypto.vcxproj
|
Crypto: Add optimized Twofish assembly implementation for x86_64.
|
2016-12-07 12:36:04 +01:00 |
Crypto.vcxproj.filters
|
Crypto: Add optimized Twofish assembly implementation for x86_64.
|
2016-12-07 12:36:04 +01:00 |
Crypto.vcxproj.user
|
Windows: Use Visual C++ 2010 instead of Visual C++ 2008.
|
2016-06-17 15:50:47 +02:00 |
gost89_x64.asm
|
GOST89 parameters swap (6.3)
|
2016-10-17 18:40:11 +02:00 |
gost89_x86.asm
|
Windows: Add Magma cipher (GOST-89)
|
2016-08-15 01:09:10 +02:00 |
GostCipher.c
|
Use properly aligned memory in code using Streebog hash implementation that uses SSE.
|
2016-10-17 18:40:19 +02:00 |
GostCipher.h
|
Use properly aligned memory in code using Streebog hash implementation that uses SSE.
|
2016-10-17 18:40:19 +02:00 |
kuznyechik.c
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
kuznyechik.h
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
Makefile
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Makefile.inc
|
Crypto: Add optimized Twofish assembly implementation for x86_64.
|
2016-12-07 12:36:04 +01:00 |
misc.h
|
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 |
Rmd160.c
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
Rmd160.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Serpent.c
|
Linux: fix various compilation issues under Linux.
|
2016-08-17 00:08:18 +02:00 |
Serpent.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
SerpentFast_sbox.h
|
Add missing fast Serpent implementation sources.
|
2016-10-17 18:40:25 +02:00 |
SerpentFast_simd.cpp
|
Windows Driver: fix "__chkstk" link error in debug build caused by some crypto functions using too much stack space for local variables.
|
2017-05-22 00:43:29 +02:00 |
SerpentFast.c
|
Windows Driver: fix "__chkstk" link error in debug build caused by some crypto functions using too much stack space for local variables.
|
2017-05-22 00:43:29 +02:00 |
SerpentFast.h
|
Add missing fast Serpent implementation sources.
|
2016-10-17 18:40:25 +02:00 |
Sha2.c
|
Windows Driver: fix "__chkstk" link error in debug build caused by some crypto functions using too much stack space for local variables.
|
2017-05-22 00:43:29 +02:00 |
Sha2.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Sha2Small.c
|
Remove trailing whitespace
|
2016-05-10 22:18:34 +02:00 |
Sha2Small.h
|
Normalize all line terminators
|
2016-05-10 20:20:14 +02:00 |
Sources
|
Crypto: Add optimized Twofish assembly implementation for x86_64.
|
2016-12-07 12:36:04 +01:00 |
Streebog.c
|
MacOSX: fix compiler warning about ALIGN macro being already defined
|
2016-08-17 22:18:01 +02:00 |
Streebog.h
|
MacOSX: fix compiler warning about ALIGN macro being already defined
|
2016-08-17 22:18:01 +02:00 |
Twofish_x64.S
|
Windows: fix compilation error of assembly files after latest changes on Linux.
|
2017-06-21 01:39:51 +02:00 |
Twofish_x86.S
|
Windows: fix compilation error of assembly files after latest changes on Linux.
|
2017-06-21 01:39:51 +02:00 |
Twofish.c
|
Windows: Enable Twofish optimized 64-bit assembly for UEFI bootloader since a pre-compiled object file was included to its build system.
|
2016-12-26 00:00:05 +01:00 |
Twofish.h
|
Windows: Enable Twofish optimized 64-bit assembly for UEFI bootloader since a pre-compiled object file was included to its build system.
|
2016-12-26 00:00:05 +01:00 |
Whirlpool.c
|
Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by disabling inline assembly in this case (caused by http://llvm.org/bugs/show_bug.cgi?id=24232)
|
2017-01-12 18:13:24 +01:00 |
Whirlpool.h
|
Windows: solve benchmark issue for Whirlpool which caused wrong numbers when a 1GB buffer is chosen.
|
2016-07-25 08:26:09 +02:00 |