diff options
author | lloyd <[email protected]> | 2013-03-17 16:27:12 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-03-17 16:27:12 +0000 |
commit | bab497b57eb67faf292313a27bcf95b0053a4d0f (patch) | |
tree | c41a2117d314993ff9358185cd58c87affe87088 /doc | |
parent | 7d035f642ad7d9e4a80907d45332031ff5b795e3 (diff) |
Add an interface to Keyed_Filter returning a Key_Length_Specification
so the full details of what keylength(s) the filter supports are now
available.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/relnotes/1_11_3.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_3.rst b/doc/relnotes/1_11_3.rst index 6b0ba1492..277b670da 100644 --- a/doc/relnotes/1_11_3.rst +++ b/doc/relnotes/1_11_3.rst @@ -4,6 +4,10 @@ Version 1.11.3, Not Yet Released * Implementations of the OCB and GCM authenticated cipher modes are now included +* :cpp:class:`Keyed_Filter` now supports returning a + :cpp:class:`Key_Length_Specification` so the full details of what + keylengths are supported is now available in keyed filters. + * New functions for symmetric encryption are included in cryptobox.h * A new function :cpp:func:`algorithm_kat_detailed` returns a string |