diff options
author | lloyd <[email protected]> | 2009-12-28 00:18:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-12-28 00:18:36 +0000 |
commit | 2039bef6ea62c8c07b7416937f63b4870dfcf2b6 (patch) | |
tree | 4e020ee09b698ef317dd4dca85a272029b848e8e /doc | |
parent | 191bda70aede3d9bbe7add8233553408c7ffface (diff) |
Document CBC/XTS parallel capabilities
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 312727326..60a20a112 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,6 +1,8 @@ * 1.9.4-dev, ????-??-?? - Add SSE2 implementation of IDEA + - Perform XTS encryption and decryption in parallel where possible + - Perform CBC decryption in parallel where possible - Add support for Win32 high resolution system timers - Remove Timer class entirely - Switch default PKCS #8 encryption algorithm from 3DES to AES-256 |