commit | 82629f4adc8bfc8899b2b99915fad61b95e17fe6 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jan 26 12:25:02 2014 -0600 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Sun Jan 26 12:25:02 2014 -0600 |
tree | 43c565cc72809b29d70ccd3faac169294ce30bdd | |
parent | 359b94631c3380e2f86cf1f8e95090f7a350438f [diff] [blame] |
adding versionadded
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index 57a8412..0c193bd 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst
@@ -108,6 +108,8 @@ .. class:: RSAPrivateKey +.. versionadded:: 0.2 + An `RSA`_ private key. .. method:: public_key() @@ -167,6 +169,8 @@ .. class:: RSAPublicKey +.. versionadded:: 0.2 + An `RSA`_ public key. .. attribute:: modulus