VeraCrypt/src/Crypto
2014-11-08 23:24:30 +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 Small code size optimization for RIPEMD-160 when compiled for boot encryption. 2014-11-08 23:24:01 +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 Bootloader: reduce the size of Serpent implementation when used as the single cipher. We need this because to save space for the new features to come. 2014-11-08 23:24:30 +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
Sha2Small.c Add SHA-256 source specific for upcoming bootloader build because of its small size. It was derived from the libtomcrypt public domain source. 2014-11-08 23:23:48 +01:00
Sha2Small.h Add SHA-256 source specific for upcoming bootloader build because of its small size. It was derived from the libtomcrypt public domain source. 2014-11-08 23:23:48 +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