VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Serpent.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI1-1/+1
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption ↵Alex1-0/+2
support (common files with DcsBoot)
2016-06-17Crypto: make Serpent source code use the same rotl32/rotr32 primitives as ↵Mounir IDRASSI1-33/+33
the other files.
2016-05-10Remove trailing whitespaceDavid Foerster1-33/+33
2016-05-10Normalize all line terminatorsDavid Foerster1-938/+938
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-0/+1
and TrueCrypt 3.0.
2014-11-08Bootloader: reduce the size of Serpent implementation when used as the ↵Mounir IDRASSI1-3/+3
single cipher. We need this because to save space for the new features to come.
2014-11-08Optimize code space and solve the Serpent issue ↵Mounir IDRASSI1-10/+4
(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-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+943