VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Whirlpool.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-02Linux/MacOSX: align workspace stack variable in WhirlpoolTransform SSE code.Mounir IDRASSI1-1/+1
2017-01-12Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by ↵Mounir IDRASSI1-0/+9
disabling inline assembly in this case (caused by http://llvm.org/bugs/show_bug.cgi?id=24232)
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption ↵Alex1-11/+13
support (common files with DcsBoot)
2016-07-25Windows: solve benchmark issue for Whirlpool which caused wrong numbers when ↵Mounir IDRASSI1-2/+2
a 1GB buffer is chosen.
2016-06-20Crypto: Optimize 64-bit implementation of Whirlpool based on idea from ↵Mounir IDRASSI1-115/+292
compression function in Botan library.
2016-05-10Remove trailing whitespaceDavid Foerster1-6/+6
2016-05-01Reset bogus executable permissionsDavid Foerster1-0/+0
2016-02-21Crypto: update Whirlpool implementation using latest code from Crypto++.Mounir IDRASSI1-441/+446
2016-02-07Windows:Fix various issues and warnings reported by static code analysis ↵Mounir IDRASSI1-1/+1
tool Coverity.
2016-01-03Cryptography: correct Whirlpool compilation error on Big Endian platforms.Mounir IDRASSI1-271/+271
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain ↵Mounir IDRASSI1-1009/+769
assembly code developed by Wei Dai
2014-11-08Add original TrueCrypt 7.1a sourcesMounir IDRASSI1-0/+1058