diff options
author | Terry Chia <terrycwk1994@gmail.com> | 2014-10-20 12:15:22 +0800 |
---|---|---|
committer | Terry Chia <terrycwk1994@gmail.com> | 2014-10-20 22:59:27 +0800 |
commit | c7c82f3849f33d34637fa133fc906efbc4fd6aef (patch) | |
tree | fb7eb40edfee96637fce3835f9f387f9ac3a5b16 /docs/hazmat | |
parent | 73cb687bcf87fbb7d392c998bd3ad619b58fa6b0 (diff) | |
download | cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.tar.gz cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.tar.bz2 cryptography-c7c82f3849f33d34637fa133fc906efbc4fd6aef.zip |
Add to changelog. Document deprecation.
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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) |