aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/asymmetric/ec.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-10 11:59:38 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-08-10 13:18:50 -0500
commit31c5c3376dee8342ccfdb3fadb481d3c4156382c (patch)
tree6d8cadddf031ed219e5899a6d5c61a97db42f4a9 /docs/hazmat/primitives/asymmetric/ec.rst
parentf9aa0bccac8656067a12b6ff6168f1cc2736beeb (diff)
downloadcryptography-31c5c3376dee8342ccfdb3fadb481d3c4156382c.tar.gz
cryptography-31c5c3376dee8342ccfdb3fadb481d3c4156382c.tar.bz2
cryptography-31c5c3376dee8342ccfdb3fadb481d3c4156382c.zip
resolve incorrect docs/naming around DSA (r, s) tuple encode/decode
Diffstat (limited to 'docs/hazmat/primitives/asymmetric/ec.rst')
-rw-r--r--docs/hazmat/primitives/asymmetric/ec.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/asymmetric/ec.rst b/docs/hazmat/primitives/asymmetric/ec.rst
index e0abe0ab..c0026c69 100644
--- a/docs/hazmat/primitives/asymmetric/ec.rst
+++ b/docs/hazmat/primitives/asymmetric/ec.rst
@@ -49,8 +49,8 @@ Elliptic Curve Signature Algorithms
>>> signature = signer.finalize()
The ``signature`` is a ``bytes`` object, whose contents is DER encoded as
- described in :rfc:`6979`. This can be decoded using
- :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_rfc6979_signature`.
+ described in :rfc:`3279`. This can be decoded using
+ :func:`~cryptography.hazmat.primitives.asymmetric.utils.decode_dss_signature`.