From c7c82f3849f33d34637fa133fc906efbc4fd6aef Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Mon, 20 Oct 2014 12:15:22 +0800 Subject: Add to changelog. Document deprecation. --- docs/hazmat/primitives/interfaces.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 2ee2017c..931aa962 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -648,6 +648,8 @@ Key derivation functions .. class:: CMACContext + `CMACContext` has been deprecated in favor of `MACContext`. + .. versionadded:: 0.4 .. method:: update(data) -- cgit v1.2.3