diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-03 15:00:48 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-02-03 15:00:48 -0800 |
| commit | 7ba13928456778408e0229e4c8a4efc381dec311 (patch) | |
| tree | 98d3ad1ed2135afd0aad82c23a2883211bef8f0c | |
| parent | c46a1bfe6658b125bdf67942dd8b760131908f39 (diff) | |
| download | cryptography-7ba13928456778408e0229e4c8a4efc381dec311.tar.gz cryptography-7ba13928456778408e0229e4c8a4efc381dec311.tar.bz2 cryptography-7ba13928456778408e0229e4c8a4efc381dec311.zip | |
Linkify the things we have that others don't
| -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. |
