aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-11 14:21:46 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-11 14:21:46 -0800
commitc0469911d3b93f18b474caac0f533c25596e40d1 (patch)
tree642fb9fec2b09bf96b4a45a760c28b65c78dcb39 /README.rst
parent9993699223651ba6a227133a82b656bf415bf84d (diff)
downloadcryptography-c0469911d3b93f18b474caac0f533c25596e40d1.tar.gz
cryptography-c0469911d3b93f18b474caac0f533c25596e40d1.tar.bz2
cryptography-c0469911d3b93f18b474caac0f533c25596e40d1.zip
Phrase more precisely
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 708df21e..b7d60cbd 100644
--- a/README.rst
+++ b/README.rst
@@ -12,8 +12,10 @@ Cryptography
primitives to Python developers. Our goal is for it to be your "cryptographic
standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy.
-``cryptography`` includes both high level recipes, and low level algorithms.
-For example, to encrypt something with ``cryptography``:
+``cryptography`` includes both high level recipes, and low level interfaces to
+common cryptographic algorithms such as symmetric ciphers, message digests and
+key derivation functions. For example, to encrypt something with
+``cryptography``'s high level symmetric encryption recipe:
.. code-block:: pycon