aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r--docs/hazmat/primitives/cryptographic-hashes.rst4
-rw-r--r--docs/hazmat/primitives/index.rst10
-rw-r--r--docs/hazmat/primitives/padding.rst4
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