diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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 </community>`. .. _`Crypto 101, by Laurens Van Houtven`: https://www.crypto101.io/ +.. _`The Cryptopals Crypto Challenges`: https://cryptopals.com/ |