diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-02 14:46:56 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-04-02 14:46:56 -0700 |
commit | 1bcad7b19ed6fd7b52c14caa57781d0fdbc64676 (patch) | |
tree | c9c7d1a4a61b31fbce0e228d62362cc3389b8a8d | |
parent | e43360f108c018cba03b4876442eb16c53b95433 (diff) | |
download | cryptography-1bcad7b19ed6fd7b52c14caa57781d0fdbc64676.tar.gz cryptography-1bcad7b19ed6fd7b52c14caa57781d0fdbc64676.tar.bz2 cryptography-1bcad7b19ed6fd7b52c14caa57781d0fdbc64676.zip |
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/ |