summaryrefslogtreecommitdiff
path: root/doc/api/crypto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/crypto.rst')
-rw-r--r--doc/api/crypto.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/api/crypto.rst b/doc/api/crypto.rst
index 04d7ccf..7b21d4f 100644
--- a/doc/api/crypto.rst
+++ b/doc/api/crypto.rst
@@ -8,12 +8,10 @@
.. note::
- `pyca/cryptography`_ is likely a better choice than using this module. It
- contains a complete set of cryptographic primitives as well as a
- significantly better and more powerful X509 API. If necessary you can
- convert to and from cryptography objects using the ``to_cryptography``
- and ``from_cryptography`` methods on ``X509``, ``X509Req``, ``CRL``,
- and ``PKey``.
+ `pyca/cryptography`_ is likely a better choice than using this module.
+ It contains a complete set of cryptographic primitives as well as a significantly better and more powerful X509 API.
+ If necessary you can convert to and from cryptography objects using the ``to_cryptography`` and ``from_cryptography`` methods on ``X509``, ``X509Req``, ``CRL``, and ``PKey``.
+
Elliptic curves
---------------