diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-04-22 21:00:34 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-04-22 23:32:52 +0800 |
commit | 9bea9373efcddd390aa2d2f63d8690d6d3ceca14 (patch) | |
tree | 80e8da7e2bd28c892745fca091a7189452f3d17f /docs/hazmat/primitives/mac | |
parent | bafbc3385e4fb3c048b3daa61ff2807a88f5b2e1 (diff) | |
download | cryptography-9bea9373efcddd390aa2d2f63d8690d6d3ceca14.tar.gz cryptography-9bea9373efcddd390aa2d2f63d8690d6d3ceca14.tar.bz2 cryptography-9bea9373efcddd390aa2d2f63d8690d6d3ceca14.zip |
Added changelog and versionadded for CMAC
Diffstat (limited to 'docs/hazmat/primitives/mac')
-rw-r--r-- | docs/hazmat/primitives/mac/cmac.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/mac/cmac.rst b/docs/hazmat/primitives/mac/cmac.rst index 69706bb7..a6b048b5 100644 --- a/docs/hazmat/primitives/mac/cmac.rst +++ b/docs/hazmat/primitives/mac/cmac.rst @@ -19,6 +19,8 @@ A subset of CMAC with the AES-128 algorithm is described in :rfc:`4493`. .. class:: CMAC(algorithm, backend) + .. versionadded:: 0.4 + CMAC objects take a :class:`~cryptography.hazmat.primitives.interfaces.BlockCipherAlgorithm` provider. |