diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 09:13:27 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 09:13:27 -0400 |
commit | f0d139aa2d9d194dcf7ace775053039e0724bb11 (patch) | |
tree | 7ad31b9be27ea2315d3b1ed9bde8336f1615fb00 | |
parent | d6bef56f290dbc4354ab90d9cdffccb8704522bc (diff) | |
download | cryptography-f0d139aa2d9d194dcf7ace775053039e0724bb11.tar.gz cryptography-f0d139aa2d9d194dcf7ace775053039e0724bb11.tar.bz2 cryptography-f0d139aa2d9d194dcf7ace775053039e0724bb11.zip |
Another issue we're targetting
-rw-r--r-- | docs/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 12e74ed8..29f0b545 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -21,6 +21,7 @@ Python: * Lack of high level, "Cryptography for humans", APIs. * Absence of algorithms such as AES-GCM. * Poor introspectability, and thus poor testability. +* Extremely error prone APIs, and bad defaults. Contents |