diff options
author | lloyd <[email protected]> | 2013-09-05 20:01:37 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-09-05 20:01:37 +0000 |
commit | 12b410b3dbb85dfdbef708e26052311fbd0bd2ec (patch) | |
tree | 4c943bcb14fa1c33b71ff93ffe1901bc2aafc92a /doc/relnotes/1_11_5.rst | |
parent | 6309f7d3f6f84c51380b51400f4e09728ec05e5d (diff) |
Add CCM mode
Diffstat (limited to 'doc/relnotes/1_11_5.rst')
-rw-r--r-- | doc/relnotes/1_11_5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_5.rst b/doc/relnotes/1_11_5.rst index 48dea85e5..bed6261a5 100644 --- a/doc/relnotes/1_11_5.rst +++ b/doc/relnotes/1_11_5.rst @@ -5,6 +5,8 @@ Version 1.11.5, Not Yet Released processing of messages is now used by all cipher modes. An adaptor filter allows them to be used in a pipe. +* An implementation of CCM mode has been added + * The implementation of OCB mode now supports 64 and 96 bit tags * Optimized computation of XTS tweaks, producing a substantial speedup |