VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Crypto/Camellia.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-04Windows Driver: correctly save and restore extended processor state when ↵Mounir IDRASSI1-7/+25
performing AVX operations on Windows 7 and later. Enhance readability of code handling save/restore of floating point state.
2017-06-21Windows: don't use AVX optimized Camellia in EFI bootloader until ↵Mounir IDRASSI1-1/+4
compatibility issues are investigated
2017-06-21Crypto: Add optimized Camellia assembly implementation for x86_64 based on ↵Mounir IDRASSI1-6/+1149
work by Jussi Kivilinna (https://github.com/jkivilin/supercop-blockciphers). This improve speed by a factor of 2.5 when AES-NI supported by CPU and by 30% if AES-NI not supported.
2016-08-17Linux: fix various compilation issues under Linux.Mounir IDRASSI1-258/+258
2016-06-19Linux/MacOSX: Solve compilation error linked to Camellia cipher addition.Mounir IDRASSI1-1/+1
2016-06-02Crypto: Add support for Japanese encryption standard Camellia, including for ↵Mounir IDRASSI1-0/+723
system encryption.