diff options
author | Alex Stapleton <alexs@prol.etari.at> | 2014-03-18 15:29:00 +0000 |
---|---|---|
committer | Alex Stapleton <alexs@prol.etari.at> | 2014-03-18 15:31:46 +0000 |
commit | c5fffd3b33ace832697e2086411dc4e4f1ab03d0 (patch) | |
tree | e0c2671f4af2d5acacb28c99506ae31d43d98078 /docs/hazmat/primitives/interfaces.rst | |
parent | 38c42635490d24d7ee88041b52002156c6f5a676 (diff) | |
download | cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.gz cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.tar.bz2 cryptography-c5fffd3b33ace832697e2086411dc4e4f1ab03d0.zip |
Standardise on sentence case for titles
Diffstat (limited to 'docs/hazmat/primitives/interfaces.rst')
-rw-r--r-- | docs/hazmat/primitives/interfaces.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/hazmat/primitives/interfaces.rst b/docs/hazmat/primitives/interfaces.rst index cefd81ac..9a1f3307 100644 --- a/docs/hazmat/primitives/interfaces.rst +++ b/docs/hazmat/primitives/interfaces.rst @@ -12,7 +12,7 @@ to document argument and return types. .. _`Abstract Base Classes`: http://docs.python.org/3.2/library/abc.html -Symmetric Ciphers +Symmetric ciphers ~~~~~~~~~~~~~~~~~ .. currentmodule:: cryptography.hazmat.primitives.interfaces @@ -47,7 +47,7 @@ Symmetric Ciphers The number of bits in a block. -Cipher Modes +Cipher modes ------------ Interfaces used by the symmetric cipher modes described in @@ -103,7 +103,7 @@ Interfaces used by the symmetric cipher modes described in Exact requirements of the nonce are described by the documentation of individual modes. -Asymmetric Interfaces +Asymmetric interfaces ~~~~~~~~~~~~~~~~~~~~~ .. class:: RSAPrivateKey @@ -377,7 +377,7 @@ Asymmetric Interfaces .. attribute:: name -Hash Algorithms +Hash algorithms ~~~~~~~~~~~~~~~ .. class:: HashAlgorithm @@ -402,7 +402,7 @@ Hash Algorithms The internal block size of the hash algorithm in bytes. -Key Derivation Functions +Key derivation functions ~~~~~~~~~~~~~~~~~~~~~~~~ .. class:: KeyDerivationFunction |