aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
authorMohammed Attia <skeuomorf@gmail.com>2014-03-17 12:28:23 +0200
committerMohammed Attia <skeuomorf@gmail.com>2014-03-17 12:28:23 +0200
commitedacb14ad951431da178fbe238b858c2095bc239 (patch)
tree915c07f8e304bc2d50fb1f9542fea1ef409c9fcd /docs/hazmat/primitives
parent02ebc7a14fbc33042d585edce6abcdc8e16f82f7 (diff)
downloadcryptography-edacb14ad951431da178fbe238b858c2095bc239.tar.gz
cryptography-edacb14ad951431da178fbe238b858c2095bc239.tar.bz2
cryptography-edacb14ad951431da178fbe238b858c2095bc239.zip
Update the docs.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/interfaces.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index cc2a3000..cefd81ac 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -323,7 +323,13 @@ Asymmetric Interfaces
.. versionadded:: 0.3
- A `DSA`_ private key.
+ A `DSA`_ public key.
+
+ .. attribute:: key_size
+
+ :type: int
+
+ The bit length of the modulus.
.. method:: parameters()