VeraCrypt/src/Crypto
2014-11-08 23:23:37 +01:00
..
Aes_hw_cpu.asm Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aes_hw_cpu.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aes_x64.asm Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aes_x86.asm Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aes.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aescrypt.c Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aeskey.c Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aesopt.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
AesSmall_x86.asm Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
AesSmall.c Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
AesSmall.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aestab.c Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Aestab.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Crypto.vcproj Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt. 2014-11-08 23:21:35 +01:00
Makefile Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Makefile.inc Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Rmd160.c Adapt certain functions in the case of Windows bootloader in order to make its size as small as possible. 2014-11-08 23:23:19 +01:00
Rmd160.h Update RIPEMD160 implementation in Windows Bootloaded to benefit from the compiler 32-bit integer 2014-11-08 23:18:44 +01:00
Serpent.c Optimize code space and solve the Serpent issue (https://sourceforge.net/p/veracrypt/discussion/technical/thread/fb09633a/#6406) by removing key length parameter from serpent_set_key and twofish_set_key 2014-11-08 23:23:37 +01:00
Serpent.h Optimize code space and solve the Serpent issue (https://sourceforge.net/p/veracrypt/discussion/technical/thread/fb09633a/#6406) by removing key length parameter from serpent_set_key and twofish_set_key 2014-11-08 23:23:37 +01:00
Sha2.c Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Sha2.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Sources Remove remaining legacy cryptographic algorithms that are never used by VeraCrypt. 2014-11-08 23:21:35 +01:00
Twofish.c Optimize code space and solve the Serpent issue (https://sourceforge.net/p/veracrypt/discussion/technical/thread/fb09633a/#6406) by removing key length parameter from serpent_set_key and twofish_set_key 2014-11-08 23:23:37 +01:00
Twofish.h Optimize code space and solve the Serpent issue (https://sourceforge.net/p/veracrypt/discussion/technical/thread/fb09633a/#6406) by removing key length parameter from serpent_set_key and twofish_set_key 2014-11-08 23:23:37 +01:00
Whirlpool.c Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00
Whirlpool.h Add original TrueCrypt 7.1a sources 2014-11-08 23:18:07 +01:00