diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 08:41:03 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-08-11 08:41:03 -0400 |
commit | aa66554116d47ef725b5617b814034e0140560a8 (patch) | |
tree | f9914ff16aabb51db826340ca83bf1351983802f /docs | |
parent | ec4ba7385752812d2acd113fc7f2e1529402c504 (diff) | |
download | cryptography-aa66554116d47ef725b5617b814034e0140560a8.tar.gz cryptography-aa66554116d47ef725b5617b814034e0140560a8.tar.bz2 cryptography-aa66554116d47ef725b5617b814034e0140560a8.zip |
Document that we want AES-GCM
Diffstat (limited to 'docs')
-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 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 |