diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-01 11:58:23 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-01 11:58:23 -0500 |
commit | e0aeaf8c7b4191c231f2c3d651e899f49331ca69 (patch) | |
tree | aecfd26e8fae59da885152867e20621b5b8582a8 /docs/hazmat | |
parent | 21babbb5001cd98ed9dfbc458cbf376223ab6588 (diff) | |
download | cryptography-e0aeaf8c7b4191c231f2c3d651e899f49331ca69.tar.gz cryptography-e0aeaf8c7b4191c231f2c3d651e899f49331ca69.tar.bz2 cryptography-e0aeaf8c7b4191c231f2c3d651e899f49331ca69.zip |
update docs
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 3 |
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` |