Skip to content

Commit

Permalink
Merge pull request #158 from alex/https-everything
Browse files Browse the repository at this point in the history
use crypto when accessing crypto
  • Loading branch information
reaperhulk committed Dec 29, 2015
2 parents dba6d55 + e4f3ebc commit 54ac8ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ PyNaCl is a Python binding to the `Networking and Cryptography library`_,
a crypto library with the stated goal of improving usability, security and
speed.

.. _Networking and Cryptography library: http://nacl.cr.yp.to/
.. _Networking and Cryptography library: https://nacl.cr.yp.to/


Installation
Expand Down
4 changes: 2 additions & 2 deletions docs/signing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ compromising security.
Algorithm
~~~~~~~~~

* **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>`_
* **Public Keys:** `Curve25519 high-speed elliptic curve cryptography <https://cr.yp.to/ecdh.html>`_
* **Signatures:** `Ed25519 digital signature system <https://cr.yp.to/ecdh.html>`_

.. image:: _static/ed25519.png

Expand Down

0 comments on commit 54ac8ab

Please sign in to comment.