diff options
author | lloyd <[email protected]> | 2009-11-10 19:27:34 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-10 19:27:34 +0000 |
commit | 1a4210926dd857eff1a862806b8c05bda919981e (patch) | |
tree | 424d3c39a46c8783998ca40aa8f021f7a5ea2914 /doc | |
parent | c3216ded9086f442f6378639de7bf5afe8c3228a (diff) |
Add AES-192 using AES-NI. Tested OK with Intel's simulator.
Currently requires SSE4.1 for _mm_extract_epi32 for the key schedule, it
would be nice to remove this dependency, though all currently known/scheduled
chips with AES-NI (Intel Westmere and Sandy Bridge, and AMD Bulldozer) are
supposed to include SSE 4.1 so this is not a huge problem.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/log.txt b/doc/log.txt index 86c0f0818..3a8733166 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,8 +1,8 @@ * 1.9.3-dev, ????-??-?? + - Add new AES implementation using Intel's AES instruction intrinsics - Allow use of any hash function in X.509 certificate creation - Set macros for available SIMD instructions in build.h - - Add AES-128 and AES-256 using Intel AES instruction intrinsics * 1.9.2, 2009-11-03 - Add SIMD version of XTEA |