aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/symmetric-encryption.rst
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-17 22:44:35 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-05-17 22:44:35 -0500
commit3884b6afbf484dc49a0ba6fdaf7be4343ed480cf (patch)
tree680aec8096359fa544e23c1ebada333263c4526d /docs/hazmat/primitives/symmetric-encryption.rst
parent996d659a46c1d26a0346c60694fb504e75e3444f (diff)
parentf24415092b8ce0fd3b081a383005568251f69483 (diff)
downloadcryptography-3884b6afbf484dc49a0ba6fdaf7be4343ed480cf.tar.gz
cryptography-3884b6afbf484dc49a0ba6fdaf7be4343ed480cf.tar.bz2
cryptography-3884b6afbf484dc49a0ba6fdaf7be4343ed480cf.zip
Merge pull request #1053 from alex/long-lines-docs
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)