commit | 8454c5153537439b36b879e82ab3a3d8e7aa7909 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Tue Jan 28 07:01:54 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Tue Jan 28 07:01:54 2014 -0800 |
tree | 0ec0a53096483e4c6cdaf5cade1cfb4e90ccd33a | |
parent | e19e89f3e29c057a8250f5f63dde444b495259f7 [diff] |
Document that this is new in 0.2
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 12644f4..2adad91 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst
@@ -209,6 +209,8 @@ .. class:: KeyDerivationFunction + .. versionadded:: 0.2 + .. method:: derive(key_material) :param key_material bytes: The input key material. Depending on what