VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Crypto.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-03Windows: change cascade encryption naming format to reflex mathematical compo...Mounir IDRASSI1-8/+24
2014-11-08Bootloader: optimize code size in single cipher mode by manually inlining EAI...Mounir IDRASSI1-24/+3
2014-11-08Add support for SHA-256 in key derivation for bootloader encryption. Create s...Mounir IDRASSI1-16/+31
2014-11-08Optimize code space and solve the Serpent issue (https://sourceforge.net/p/ve...Mounir IDRASSI1-4/+4
2014-11-08Adapt certain functions in the case of Windows bootloader in order to make it...Mounir IDRASSI1-3/+32
2014-11-08Remove deprecated/legacy cryptographic algorithms and encryption modes that a...Mounir IDRASSI1-864/+10
2014-11-08Static Code Analysis : Add various NULL pointers checksMounir IDRASSI1-8/+14
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+1871