From 9bea9373efcddd390aa2d2f63d8690d6d3ceca14 Mon Sep 17 00:00:00 2001 From: Ayrx Date: Tue, 22 Apr 2014 21:00:34 +0800 Subject: Added changelog and versionadded for CMAC --- docs/hazmat/primitives/mac/cmac.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/hazmat/primitives/mac') 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. -- cgit v1.2.3