aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-01-28 07:01:54 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-01-28 07:01:54 -0800
commit8454c5153537439b36b879e82ab3a3d8e7aa7909 (patch)
tree0ec0a53096483e4c6cdaf5cade1cfb4e90ccd33a /docs/hazmat/primitives
parente19e89f3e29c057a8250f5f63dde444b495259f7 (diff)
downloadcryptography-8454c5153537439b36b879e82ab3a3d8e7aa7909.tar.gz
cryptography-8454c5153537439b36b879e82ab3a3d8e7aa7909.tar.bz2
cryptography-8454c5153537439b36b879e82ab3a3d8e7aa7909.zip
Document that this is new in 0.2
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/interfaces.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index 12644f4c..2adad913 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -209,6 +209,8 @@ Key Derivation Functions
.. class:: KeyDerivationFunction
+ .. versionadded:: 0.2
+
.. method:: derive(key_material)
:param key_material bytes: The input key material. Depending on what