From bf7b8de3372ad4515bd84596c77b0674f1c4ade3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 24 May 2017 13:33:39 -0700 Subject: update supported versions and some grammar (#3594) --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.rst') 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: -- cgit v1.2.3