aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-30 16:24:39 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-30 16:24:39 -0500
commit43dc2767b8f71bce0c8c249a224ea194380c9180 (patch)
tree83b0aa323efcac3aba8319272f1462605c219bdf /docs/hazmat
parentddc2221de491c16a75a197089b1b35822fe63ef8 (diff)
downloadcryptography-43dc2767b8f71bce0c8c249a224ea194380c9180.tar.gz
cryptography-43dc2767b8f71bce0c8c249a224ea194380c9180.tar.bz2
cryptography-43dc2767b8f71bce0c8c249a224ea194380c9180.zip
remove dsa_signature_from_components since it's no longer needed
Diffstat (limited to 'docs/hazmat')
-rw-r--r--docs/hazmat/backends/interfaces.rst10
1 files changed, 1 insertions, 9 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index e0937f97..114b993d 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -360,16 +360,8 @@ A specific ``backend`` may provide one or more of these interfaces.
:returns:
:class:`~cryptography.hazmat.primitives.interfaces.AsymmetricVerificationContext`
- .. method:: dsa_signature_from_components(r, s)
-
- :param int r: The r value which is part of a DSA signature.
-
- :param int s: The s value which is part of a DSA signature.
-
- :returns: A DSA signature in DER format.
-
.. method:: dsa_hash_supported(algorithm):
-
+
:param algorithm: An instance of a
:class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`
provider.