diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-17 22:44:35 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-05-17 22:44:35 -0500 |
commit | 3884b6afbf484dc49a0ba6fdaf7be4343ed480cf (patch) | |
tree | 680aec8096359fa544e23c1ebada333263c4526d /docs/hazmat/primitives/mac/index.rst | |
parent | 996d659a46c1d26a0346c60694fb504e75e3444f (diff) | |
parent | f24415092b8ce0fd3b081a383005568251f69483 (diff) | |
download | cryptography-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/mac/index.rst')
-rw-r--r-- | docs/hazmat/primitives/mac/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/mac/index.rst b/docs/hazmat/primitives/mac/index.rst index 4f075417..acfe9bed 100644 --- a/docs/hazmat/primitives/mac/index.rst +++ b/docs/hazmat/primitives/mac/index.rst @@ -6,7 +6,8 @@ Message Authentication Codes While cryptography supports both the CMAC and HMAC algorithms, we strongly recommend that HMAC should be used unless you have a good reason otherwise. -For more information on why HMAC is preferred, see `Use cases for CMAC vs. HMAC?`_ +For more information on why HMAC is preferred, see `Use cases for CMAC vs. +HMAC?`_ .. _`Use cases for CMAC vs. HMAC?`: http://crypto.stackexchange.com/questions/15721/use-cases-for-cmac-vs-hmac |