Home
Source Code
Downloads
Documentation
Donate
Forums
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Crypto
/
cpu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-13
Crypto: Fix detection of SSSE3 intrinsics in compiler
Mounir IDRASSI
1
-1
/
+1
2022-03-08
Implement support of Blake2s-256 hash algorithm and remove deprecated algorit...
Mounir IDRASSI
1
-3
/
+8
2022-02-13
Linux/FreeBSD: Enable building without AESNI support by setting environment v...
Mounir IDRASSI
1
-0
/
+2
2021-08-16
MacOSX: Make AESNI availability linked to compiler target and not compilation...
Mounir IDRASSI
1
-0
/
+1
2021-01-02
Windows: Add support for ARM64 platform (e.g. Microsoft Surface Pro X). Syste...
Mounir IDRASSI
1
-0
/
+24
2019-10-04
Fix "error "SSSE3 instruction set not enabled" when compiling using GCC versi...
El Mostafa Idrassi
1
-0
/
+2
2019-08-26
Windows: fix compilation error of legacy MBR bootloader caused by missing int...
Mounir IDRASSI
1
-1
/
+1
2019-03-21
Linux: Fix compilation error caused by wrong include of "intrin.h"
Mounir IDRASSI
1
-3
/
+1
2019-02-12
Windows: Use Hardware RNG based on CPU timing jitter "Jitterentropy" by Steph...
Mounir IDRASSI
1
-0
/
+17
2019-02-08
Windows: Add implementation of ChaCha20 based random generator. Use it for dr...
Mounir IDRASSI
1
-3
/
+7
2019-02-01
Fix detection of CPU features AVX2 & BMI2. Add detection of RDRAND & RDSEED C...
Mounir IDRASSI
1
-0
/
+4
2019-01-30
Help compiler optimize some crypto code on 64-bit build since x64 capable CPU...
Mounir IDRASSI
1
-0
/
+5
2017-07-04
Windows: correctly handle SEH exceptions during self-tests in order to disabl...
Mounir IDRASSI
1
-26
/
+19
2017-06-21
Crypto: Add optimized Camellia assembly implementation for x86_64 based on wo...
Mounir IDRASSI
1
-0
/
+4
2017-01-12
Fix build error in Crypto/Whirpool.c when using LLVM Clang compiler by disabl...
Mounir IDRASSI
1
-29
/
+24
2016-10-17
Implement detection of new CPU features: AVX2 and BMI2
Mounir IDRASSI
1
-0
/
+4
2016-10-17
Crypto: Use SIMD optimized Serpent implementation from Botan. 2.5x speed gain...
Mounir IDRASSI
1
-0
/
+38
2016-08-15
Windows EFI Bootloader: modifications to prepare EFI system encryption suppor...
Alex
1
-4
/
+4
2016-06-20
Windows:solve compilation error under VC++ 2008 by using extern "C" only when...
Mounir IDRASSI
1
-8
/
+32
2016-06-18
Windows Driver: add declaration of missing intrinsic _mm_setr_epi32 (to be us...
Mounir IDRASSI
1
-0
/
+1
2016-06-17
Update intrinsic support and cpu detection.
Mounir IDRASSI
1
-14
/
+80
2016-05-10
Remove trailing whitespace
David Foerster
1
-1
/
+1
2016-05-10
Normalize all line terminators
David Foerster
1
-308
/
+308
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
-18
/
+68
2015-12-31
Cryptography: Optimize Whirlpool implementation by using public domain assemb...
Mounir IDRASSI
1
-0
/
+258