diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 09:09:28 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 09:09:28 -0400 |
commit | d6bef56f290dbc4354ab90d9cdffccb8704522bc (patch) | |
tree | eed1ef54ad15344c38a869146b2b66f1448434f5 /docs/index.rst | |
parent | dc2260344e70f2933f7c3d0568cfd03a12a2c84f (diff) | |
download | cryptography-d6bef56f290dbc4354ab90d9cdffccb8704522bc.tar.gz cryptography-d6bef56f290dbc4354ab90d9cdffccb8704522bc.tar.bz2 cryptography-d6bef56f290dbc4354ab90d9cdffccb8704522bc.zip |
English grammar
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index 49e7b29e..12e74ed8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -14,13 +14,13 @@ Why a new crypto library for Python? We wanted to address a few issues with existing cryptography libraries in Python: -* Lack of PyPy support -* Lack of maintenance +* Lack of PyPy support. +* Lack of maintenance. * Use of poor implementations of algorithms (i.e. ones with known side-channel - attacks) -* Lack of high level, "Cryptography for humans", APIs -* Absence of algorithms such as AES-GCM -* Poor introspectability, and thus poor testability + attacks). +* Lack of high level, "Cryptography for humans", APIs. +* Absence of algorithms such as AES-GCM. +* Poor introspectability, and thus poor testability. Contents |