Skip to content
Snippets Groups Projects
Commit 52f5a181 authored by Donald Stufft's avatar Donald Stufft
Browse files

Merge pull request #9 from davidfischer/docs-warning-fix

Fixed warning in docs creation
parents 7c19e1a0 07a418ef
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -136,7 +136,7 @@ Algorithm ...@@ -136,7 +136,7 @@ Algorithm
* **Public Keys:** `Curve25519 high-speed elliptic curve cryptography <http://cr.yp.to/ecdh.html>`_ * **Public Keys:** `Curve25519 high-speed elliptic curve cryptography <http://cr.yp.to/ecdh.html>`_
* **Signatures:** `Ed25519 digital signature system <http://cr.yp.to/ecdh.html>`_ * **Signatures:** `Ed25519 digital signature system <http://cr.yp.to/ecdh.html>`_
.. image:: images/ed25519.png .. image:: _static/ed25519.png
:k: Ed25519 private key (passed into :class:`~nacl.signing.SigningKey`) :k: Ed25519 private key (passed into :class:`~nacl.signing.SigningKey`)
:A: Ed25519 public key derived from k :A: Ed25519 public key derived from k
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment