diff options
author | Ayrx <terrycwk1994@gmail.com> | 2014-05-01 14:43:15 +0800 |
---|---|---|
committer | Ayrx <terrycwk1994@gmail.com> | 2014-05-01 14:43:15 +0800 |
commit | 023a40e74e61baebbdc650477205d65b7b52c664 (patch) | |
tree | 3c41e3e275b2bf19f31a61fbaad4034dca94ea37 /docs/hazmat/primitives | |
parent | 401164c1a2fe79ccac0ed1f97f11958cbe86632a (diff) | |
download | cryptography-023a40e74e61baebbdc650477205d65b7b52c664.tar.gz cryptography-023a40e74e61baebbdc650477205d65b7b52c664.tar.bz2 cryptography-023a40e74e61baebbdc650477205d65b7b52c664.zip |
Added note about preferred MAC algorithm
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/mac/index.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/mac/index.rst b/docs/hazmat/primitives/mac/index.rst index 59fb8da2..a3ace333 100644 --- a/docs/hazmat/primitives/mac/index.rst +++ b/docs/hazmat/primitives/mac/index.rst @@ -3,6 +3,9 @@ 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. + .. toctree:: :maxdepth: 1 |