VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Rmd160.c
AgeCommit message (Collapse)AuthorFilesLines
2022-03-08Implement support of Blake2s-256 hash algorithm and remove deprecated ↵Mounir IDRASSI1-500/+0
algorithms RIPEMD-160 and GOST89.
2017-06-23Update IDRIX copyright yearMounir IDRASSI1-1/+1
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-5/+7
support (common files with DcsBoot)
2016-05-10Remove trailing whitespaceDavid Foerster1-4/+4
2016-05-10Normalize all line terminatorsDavid Foerster1-498/+498
2016-01-20Copyright: update dates to include 2016.Mounir IDRASSI1-1/+1
2015-08-06Update license information to reflect the use of a dual license Apache 2.0 ↵Mounir IDRASSI1-5/+10
and TrueCrypt 3.0.
2014-11-08Small code size optimization for RIPEMD-160 when compiled for boot encryption.Mounir IDRASSI1-7/+9
2014-11-08Adapt certain functions in the case of Windows bootloader in order to make ↵Mounir IDRASSI1-0/+2
its size as small as possible.
2014-11-08use burn instead of memset when clearing RIPEMD context to ensure the ↵Mounir IDRASSI1-1/+1
compiler won't optimize it
2014-11-08Update RIPEMD160 implementation in Windows Bootloaded to benefit from the ↵Mounir IDRASSI1-3/+2
compiler 32-bit integer
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+490