diff options
author | lloyd <[email protected]> | 2011-04-25 12:57:41 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-25 12:57:41 +0000 |
commit | 456140c2dd99f0071b878060903e7521c438fd33 (patch) | |
tree | 534ed73a33d932e82cbb594a884a29e4538e36a8 /doc | |
parent | 7c824a394190a9aedd373a4e2d72fa6b36869f4c (diff) |
Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also
support AES-NI.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/log.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/log.txt b/doc/log.txt index 7e00e87c2..542c5efec 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -36,6 +36,10 @@ Version 1.9.17, Not Yet Released ``BOTAN_TARGET_ARCH_IS_X86_32``. The classes calling assembly have also been renamed. +* Similiarly to the above change, the AES implemenations using the + AES-NI instruction set have been renamed from AES_XXX_Intel to + AES_XXX_NI. + * Some minor fixes for compiling botan under the BeOS clone/continuation `Haiku <http://haiku-os.org>`_. |