aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-24 13:33:39 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2017-05-24 13:33:39 -0700
commitbf7b8de3372ad4515bd84596c77b0674f1c4ade3 (patch)
tree37d8881ad9d2d0a03524b95de682c5f378e3a4e6 /README.rst
parent312d75dfde67bcd51fb9c51d4af5bceea3c6d1c1 (diff)
downloadcryptography-bf7b8de3372ad4515bd84596c77b0674f1c4ade3.tar.gz
cryptography-bf7b8de3372ad4515bd84596c77b0674f1c4ade3.tar.bz2
cryptography-bf7b8de3372ad4515bd84596c77b0674f1c4ade3.zip
update supported versions and some grammar (#3594)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e2d074db..e21fe482 100644
--- a/README.rst
+++ b/README.rst
@@ -18,10 +18,10 @@ pyca/cryptography
``cryptography`` is a package which provides cryptographic recipes and
primitives to Python developers. Our goal is for it to be your "cryptographic
-standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+.
+standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 5.3+.
-``cryptography`` includes both high level recipes, and low level interfaces to
-common cryptographic algorithms such as symmetric ciphers, message digests and
+``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: