aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-01 11:58:23 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-01 11:58:23 -0500
commite0aeaf8c7b4191c231f2c3d651e899f49331ca69 (patch)
treeaecfd26e8fae59da885152867e20621b5b8582a8 /docs
parent21babbb5001cd98ed9dfbc458cbf376223ab6588 (diff)
downloadcryptography-e0aeaf8c7b4191c231f2c3d651e899f49331ca69.tar.gz
cryptography-e0aeaf8c7b4191c231f2c3d651e899f49331ca69.tar.bz2
cryptography-e0aeaf8c7b4191c231f2c3d651e899f49331ca69.zip
update docs
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/interfaces.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst
index c1d01f74..feafe941 100644
--- a/docs/hazmat/primitives/interfaces.rst
+++ b/docs/hazmat/primitives/interfaces.rst
@@ -431,7 +431,8 @@ Asymmetric interfaces
Verify data was signed by the private key associated with this public
key.
- :param bytes signature: The signature to verify.
+ :param bytes signature: The signature to verify. DER encoded as
+ specified in :rfc:`6979`.
:param algorithm: An instance of a
:class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm`