aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-11 08:41:03 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-11 08:41:03 -0400
commitaa66554116d47ef725b5617b814034e0140560a8 (patch)
treef9914ff16aabb51db826340ca83bf1351983802f
parentec4ba7385752812d2acd113fc7f2e1529402c504 (diff)
downloadcryptography-aa66554116d47ef725b5617b814034e0140560a8.tar.gz
cryptography-aa66554116d47ef725b5617b814034e0140560a8.tar.bz2
cryptography-aa66554116d47ef725b5617b814034e0140560a8.zip
Document that we want AES-GCM
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index c7f02da7..f1a0cd84 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,6 +19,7 @@ Python:
* 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
Contents