diff options
author | lloyd <[email protected]> | 2010-01-12 16:15:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-01-12 16:15:29 +0000 |
commit | 118e42c730001fb3ef2f30a295b099c73bc99668 (patch) | |
tree | b4689813d0054dbc09703df60cd1e23e0649337f /doc | |
parent | 3f9791ba4d118143c03a613280f53a29a6e1e993 (diff) |
Add SIMD version of Noekeon. On a Core2, about 2.7x faster using SIMD_SSE2
and 1.6x faster using SIMD_Scalar.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/license.txt | 2 | ||||
-rw-r--r-- | doc/log.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/license.txt b/doc/license.txt index 9d1067cc1..61615c3af 100644 --- a/doc/license.txt +++ b/doc/license.txt @@ -1,6 +1,6 @@ Botan (http://botan.randombit.net/) is distributed under these terms: -Copyright (C) 1999-2009 Jack Lloyd +Copyright (C) 1999-2010 Jack Lloyd 2001 Peter J Jones 2004-2007 Justin Karneges 2005 Matthew Gregan diff --git a/doc/log.txt b/doc/log.txt index c729179b8..bb84922d2 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,5 +1,6 @@ * 1.9.4-dev, ????-??-?? + - Add SIMD implementation of Noekeon - Add SSE2 implementation of IDEA - Perform XTS encryption and decryption in parallel where possible - Perform CBC decryption in parallel where possible |