aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 20:07:35 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-17 20:07:35 -0700
commit969f18e45449fc160415e51193f9b4c79c5a82c8 (patch)
treed666f3117317ecac8590e2204acba00a8acc4d82 /docs/hazmat/primitives/symmetric-encryption.rst
parent996d659a46c1d26a0346c60694fb504e75e3444f (diff)
downloadcryptography-969f18e45449fc160415e51193f9b4c79c5a82c8.tar.gz
cryptography-969f18e45449fc160415e51193f9b4c79c5a82c8.tar.bz2
cryptography-969f18e45449fc160415e51193f9b4c79c5a82c8.zip
Word wrap some long lines in teh docs
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r--docs/hazmat/primitives/symmetric-encryption.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst
index 0e3a451c..bca78354 100644
--- a/docs/hazmat/primitives/symmetric-encryption.rst
+++ b/docs/hazmat/primitives/symmetric-encryption.rst
@@ -21,8 +21,8 @@ message but an attacker can create bogus messages and force the application to
decrypt them.
For this reason it is **strongly** recommended to combine encryption with a
-message authentication code, such as :doc:`HMAC </hazmat/primitives/mac/hmac>`, in
-an "encrypt-then-MAC" formulation as `described by Colin Percival`_.
+message authentication code, such as :doc:`HMAC </hazmat/primitives/mac/hmac>`,
+in an "encrypt-then-MAC" formulation as `described by Colin Percival`_.
.. class:: Cipher(algorithm, mode, backend)