diff options
author | David Reid <dreid@dreid.org> | 2014-02-03 15:25:06 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-02-03 15:25:06 -0800 |
commit | 59ca2fc4a93ed398e5c2674b7c98a81ed95e0930 (patch) | |
tree | 98d3ad1ed2135afd0aad82c23a2883211bef8f0c /docs | |
parent | c46a1bfe6658b125bdf67942dd8b760131908f39 (diff) | |
parent | 7ba13928456778408e0229e4c8a4efc381dec311 (diff) | |
download | cryptography-59ca2fc4a93ed398e5c2674b7c98a81ed95e0930.tar.gz cryptography-59ca2fc4a93ed398e5c2674b7c98a81ed95e0930.tar.bz2 cryptography-59ca2fc4a93ed398e5c2674b7c98a81ed95e0930.zip |
Merge pull request #555 from alex/better-index
Linkify the things we have that others don't
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 86cd42c6..49e99be4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,7 +28,9 @@ existing libraries: * 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. +* Absence of algorithms such as + :class:`AES-GCM <cryptography.hazmat.primitives.ciphers.modes.GCM>` and + :class:`~cryptography.hazmat.primitives.kdf.hkdf.HKDF`. * Poor introspectability, and thus poor testability. * Extremely error prone APIs, and bad defaults. |