diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 21:01:42 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-02 21:01:42 -0500 |
commit | e64a5c0eaee47a74bfa8cc72daf0ba4aa45f1579 (patch) | |
tree | f8d6cc1193b6dd5344d701265b98361713a00a15 | |
parent | 82cf1ba2c8134d8656c6f1805ec958e28ada1a5c (diff) | |
parent | 1bcad7b19ed6fd7b52c14caa57781d0fdbc64676 (diff) | |
download | cryptography-e64a5c0eaee47a74bfa8cc72daf0ba4aa45f1579.tar.gz cryptography-e64a5c0eaee47a74bfa8cc72daf0ba4aa45f1579.tar.bz2 cryptography-e64a5c0eaee47a74bfa8cc72daf0ba4aa45f1579.zip |
Merge pull request #882 from alex/book
Recommend @lvh's book
-rw-r--r-- | docs/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 58424bfc..083533c9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,9 @@ Welcome to ``cryptography`` =========================== ``cryptography`` is a Python library which exposes cryptographic recipes and -primitives. Our goal is for it to be your "cryptographic standard library". +primitives. Our goal is for it to be your "cryptographic standard library". If +you are interested in learning more about the field of cryptography, we +recommend `Crypto 101, by Laurens Van Houtven`_. Installation ------------ @@ -98,4 +100,4 @@ The ``cryptography`` open source project documentation. If you're interested in discussing an audit please :doc:`get in touch </community>`. -.. _`pre-compiled binaries`: https://www.openssl.org/related/binaries.html +.. _`Crypto 101, by Laurens Van Houtven`: https://www.crypto101.io/ |