aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_6.rst
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-12-27 23:37:14 +0000
committerlloyd <[email protected]>2013-12-27 23:37:14 +0000
commitadad731c0e01c779002551adfb7d74c9da44f6ef (patch)
treee4d5d3fd02bd80345e577ecc2108319d0394a407 /doc/relnotes/1_11_6.rst
parent0b0bf718138a0df6457e6c03ee7605b51a6b07a2 (diff)
Move clmul to its own file (for abi flags)
Diffstat (limited to 'doc/relnotes/1_11_6.rst')
-rw-r--r--doc/relnotes/1_11_6.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_6.rst b/doc/relnotes/1_11_6.rst
index fbb6ca8bb..8e58c5455 100644
--- a/doc/relnotes/1_11_6.rst
+++ b/doc/relnotes/1_11_6.rst
@@ -8,6 +8,8 @@ Version 1.11.6, Not Yet Released
* Botan now requires Boost, specifically the filesystem and asio libraries.
+* GCM mode now uses the Intel clmul instruction when available
+
* Add Threefish-512, including an implementation using AVX2
* Add HKDF from :rfc:`5869`