From e0aeaf8c7b4191c231f2c3d651e899f49331ca69 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 1 May 2014 11:58:23 -0500 Subject: update docs --- docs/hazmat/primitives/interfaces.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3