aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2018-08-29 22:27:36 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2018-08-29 22:27:36 -0400
commit3e73724e8fe9d35de80c20036eec5d5d0d375a1e (patch)
tree69d06a303b6a81c4bb841ad01d26c04f6490e746 /docs/faq.rst
parent653470628b6bba2fc5d038b3b811d02c87eca340 (diff)
downloadcryptography-3e73724e8fe9d35de80c20036eec5d5d0d375a1e.tar.gz
cryptography-3e73724e8fe9d35de80c20036eec5d5d0d375a1e.tar.bz2
cryptography-3e73724e8fe9d35de80c20036eec5d5d0d375a1e.zip
Mention that PyCA also maintains pynacl (#4422)
* Mention that PyCA also maintains pynacl * line wrap
Diffstat (limited to 'docs/faq.rst')
-rw-r--r--docs/faq.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index e28f4c40..b03f2929 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -22,7 +22,8 @@ features a collection of hand selected algorithms.
``cryptography``'s :ref:`recipes <cryptography-layout>` layer has similar goals
to NaCl.
-If you prefer NaCl's design, we highly recommend `PyNaCl`_.
+If you prefer NaCl's design, we highly recommend `PyNaCl`_, which is also
+maintained by the PyCA team.
Why use ``cryptography``?
-------------------------