From c0469911d3b93f18b474caac0f533c25596e40d1 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 11 Feb 2014 14:21:46 -0800 Subject: Phrase more precisely --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.rst') 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 -- cgit v1.2.3