Skip to content
Snippets Groups Projects
Unverified Commit 07a418ef authored by David Fischer's avatar David Fischer
Browse files

Fixed warning in docs creation

* Moved image to the static_path
parent 7c19e1a0
Branches
Tags
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