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 | |
parent | 6309f7d3f6f84c51380b51400f4e09728ec05e5d (diff) |
Add CCM mode
Diffstat (limited to 'doc')
-rw-r--r-- | doc/algos.rst | 2 | ||||
-rw-r--r-- | doc/relnotes/1_11_5.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/algos.rst b/doc/algos.rst index 7f976a141..d7e3f2498 100644 --- a/doc/algos.rst +++ b/doc/algos.rst @@ -45,7 +45,7 @@ Hash functions Block ciphers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - * Authenticated cipher modes EAX, OCB, and GCM + * Authenticated cipher modes EAX, OCB, GCM, and CCM * Unauthenticated cipher modes CTR, CBC, XTS, CFB, OFB, and ECB * AES (Rijndael) and AES candidates Serpent, Twofish, MARS, CAST-256, RC6 * DES, and variants 3DES and DESX 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 |