VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Crypto: Add optimized Camellia assembly implementation for x86_64 based on wo...Mounir IDRASSI1-0/+4
2017-01-12Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by disabl...Mounir IDRASSI1-29/+24
2016-10-17Implement detection of new CPU features: AVX2 and BMI2Mounir IDRASSI1-0/+4
2016-10-17Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...Mounir IDRASSI1-0/+38
2016-08-15Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...Alex1-4/+4
2016-06-20Windows:solve compilation error under VC++ 2008 by using extern "C" only when...Mounir IDRASSI1-8/+32
2016-06-18Windows Driver: add declaration of missing intrinsic _mm_setr_epi32 (to be us...Mounir IDRASSI1-0/+1
2016-06-17Update intrinsic support and cpu detection.Mounir IDRASSI1-14/+80
2016-05-10Remove trailing whitespaceDavid Foerster1-1/+1
2016-05-10Normalize all line terminatorsDavid Foerster1-308/+308
2016-05-01Reset bogus executable permissionsDavid Foerster1-0/+0
2016-02-21Crypto: update Whirlpool implementation using latest code from Crypto++.Mounir IDRASSI1-18/+68
2015-12-31Cryptography: Optimize Whirlpool implementation by using public domain assemb...Mounir IDRASSI1-0/+258