aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 41742a2a..13743ce1 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -1,7 +1,7 @@
Frequently Asked Questions
==========================
-How does ``cryptography`` compare to NaCl (Networking and Cryptography library)?
+How does ``cryptography`` compare to NaCl (Networking and Cryptography Library)?
--------------------------------------------------------------------------------
While ``cryptography`` and `NaCl`_ both share the goal of making cryptography
@@ -9,7 +9,8 @@ easier, and safer, to use for developers, ``cryptography`` is designed to be a
general purpose library, interoperable with existing systems, while NaCl
features a collection of hand selected algorithms.
-``cryptography``'s recipes layer is similar in design to NaCl.
+``cryptography``'s :ref:`recipes <cryptography-layout>` layer is similar in
+design to NaCl.
If you prefer NaCl's design, we highly recommend `PyNaCl`_.