From 0db218e7d89dfb07c01c5891bea91aa5c8a4ae15 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 29 May 2017 17:09:05 -0500 Subject: reorder the primitives list and improve a few titles (#3640) --- docs/hazmat/primitives/cryptographic-hashes.rst | 4 ++-- docs/hazmat/primitives/index.rst | 10 +++++----- docs/hazmat/primitives/padding.rst | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst index 55af21ac..521ae094 100644 --- a/docs/hazmat/primitives/cryptographic-hashes.rst +++ b/docs/hazmat/primitives/cryptographic-hashes.rst @@ -1,7 +1,7 @@ .. hazmat:: -Message digests -=============== +Message digests (Hashing) +========================= .. module:: cryptography.hazmat.primitives.hashes diff --git a/docs/hazmat/primitives/index.rst b/docs/hazmat/primitives/index.rst index 022cb9fb..78beb3d9 100644 --- a/docs/hazmat/primitives/index.rst +++ b/docs/hazmat/primitives/index.rst @@ -6,12 +6,12 @@ Primitives .. toctree:: :maxdepth: 1 - cryptographic-hashes + asymmetric/index + constant-time + key-derivation-functions + keywrap mac/index + cryptographic-hashes symmetric-encryption padding - key-derivation-functions - keywrap - asymmetric/index - constant-time twofactor diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index 916b9bcd..45bcc139 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst @@ -1,7 +1,7 @@ .. hazmat:: -Padding -======= +Symmetric Padding +================= .. module:: cryptography.hazmat.primitives.padding -- cgit v1.2.3