aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-24 21:04:45 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-02-24 21:04:45 -0600
commit0fd652bb18e1925cae8302cfabe684381d3ebfab (patch)
tree8902c43d8135e6f26e6130d5199b5990a00246c9 /docs/hazmat/primitives/symmetric-encryption.rst
parent4733b47c9a6da998f01aee77c0ffb8c3bb321f5c (diff)
parent2c526050c27e212e09ede57c8aca97d60c353e94 (diff)
downloadcryptography-0fd652bb18e1925cae8302cfabe684381d3ebfab.tar.gz
cryptography-0fd652bb18e1925cae8302cfabe684381d3ebfab.tar.bz2
cryptography-0fd652bb18e1925cae8302cfabe684381d3ebfab.zip
Merge pull request #1698 from alex/docs-syntax-error
Fixed a syntax error in the docs
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index 0f7e0377..47486895 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -6,7 +6,6 @@ Symmetric encryption
.. module:: cryptography.hazmat.primitives.ciphers
-
Symmetric encryption is a way to `encrypt`_ or hide the contents of material
where the sender and receiver both use the same secret key. Note that symmetric
encryption is **not** sufficient for most applications because it only
@@ -475,7 +474,7 @@ Interfaces
``AEADEncryptionContext`` provider. ``AEADCipherContext`` contains an
additional method :meth:`authenticate_additional_data` for adding
additional authenticated but unencrypted data (see note below). You should
- call this before calls to ``update``. When you are done call `finalize``
+ call this before calls to ``update``. When you are done call ``finalize``
to finish the operation.
.. note::
@@ -555,7 +554,7 @@ Interfaces used by the symmetric cipher modes described in
.. method:: validate_for_algorithm(algorithm)
- :param CipherAlgorithm algorithm:
+ :param cryptography.hazmat.primitives.ciphers.CipherAlgorithm algorithm:
Checks that the combination of this mode with the provided algorithm
meets any necessary invariants. This should raise an exception if they