diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 0b40b907..82099dc5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,8 @@ Welcome to ``pyca/cryptography`` ================================ -``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: |