Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed ↵ | Mounir IDRASSI | 1 | -0/+8 | |
gain factor. Update credits and copyrights notice. | |||||
2016-10-17 | Crypto: remove specific PBKDF2 optimization for block index encoding (except ↵ | Mounir IDRASSI | 1 | -0/+1 | |
in 16-bit bootloader) in order to make code clearer and avoid bad usage in the future if this implementation is used to generate more bytes than today. | |||||
2016-08-15 | Windows EFI Bootloader: modifications to prepare EFI system encryption ↵ | Alex | 1 | -5/+9 | |
support (common files with DcsBoot) | |||||
2016-07-24 | Crypto: Workaround for AES-NI issue under Hyper-V on Windows Server 2008 R2 ↵ | Mounir IDRASSI | 1 | -0/+4 | |
which masks AES-NI from applications although it is available. | |||||
2016-06-17 | Update intrinsic support and cpu detection. | Mounir IDRASSI | 1 | -1/+3 | |
2016-06-02 | Crypto: Add support for Japanese encryption standard Camellia, including for ↵ | Mounir IDRASSI | 1 | -0/+18 | |
system encryption. | |||||
2016-05-01 | Reset bogus executable permissions | David Foerster | 1 | -0/+0 | |
2016-02-21 | Crypto: update Whirlpool implementation using latest code from Crypto++. | Mounir IDRASSI | 1 | -1/+1 | |
2016-01-11 | MacOSX: use native OSX byte swapping routines used in hash functions to ↵ | Mounir IDRASSI | 1 | -3/+10 | |
improve speed. | |||||
2016-01-03 | Windows: use compiler intrinsic for some functions used in cryptographic ↵ | Mounir IDRASSI | 1 | -0/+10 | |
primitives to ensure maximum performance. | |||||
2015-12-31 | Cryptography: Optimize Whirlpool implementation by using public domain ↵ | Mounir IDRASSI | 1 | -0/+132 | |
assembly code developed by Wei Dai |