From 58840a7f8269ed68b0189447adf816f58fba51ac Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 3 Feb 2019 10:25:27 -0500 Subject: Also suggest cryptopals to learn crypo (#4745) --- docs/index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/index.rst') diff --git a/docs/index.rst b/docs/index.rst index 9ff8664e..396ed0b6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,7 +19,8 @@ key derivation functions. For example, to encrypt something with 'A really secret message. Not for prying eyes.' If you are interested in learning more about the field of cryptography, we -recommend `Crypto 101, by Laurens Van Houtven`_. +recommend `Crypto 101, by Laurens Van Houtven`_ and `The Cryptopals Crypto +Challenges`_. Installation ------------ @@ -92,3 +93,4 @@ hazmat layer only when necessary. :doc:`get in touch `. .. _`Crypto 101, by Laurens Van Houtven`: https://www.crypto101.io/ +.. _`The Cryptopals Crypto Challenges`: https://cryptopals.com/ -- cgit v1.2.3