aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/backends
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-04-16 23:03:14 +0800
committerAyrx <terrycwk1994@gmail.com>2014-04-22 12:11:34 +0800
commitfa4a6b2f5f536ada8115b49373da768f297dc256 (patch)
treed8877fafa6e7ee111d709b22f90eb23ba81ab602 /docs/hazmat/backends
parentb5bb0653b934bdf5fbf93dc1e5491e78f5c71467 (diff)
downloadcryptography-fa4a6b2f5f536ada8115b49373da768f297dc256.tar.gz
cryptography-fa4a6b2f5f536ada8115b49373da768f297dc256.tar.bz2
cryptography-fa4a6b2f5f536ada8115b49373da768f297dc256.zip
Added CMAC docs
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r--docs/hazmat/backends/interfaces.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst
index 71cd4564..3ed4cfb6 100644
--- a/docs/hazmat/backends/interfaces.rst
+++ b/docs/hazmat/backends/interfaces.rst
@@ -9,7 +9,7 @@ Backend interfaces
Backend implementations may provide a number of interfaces to support operations
such as :doc:`/hazmat/primitives/symmetric-encryption`,
:doc:`/hazmat/primitives/cryptographic-hashes`, and
-:doc:`/hazmat/primitives/hmac`.
+:doc:`/hazmat/primitives/mac/hmac`.
A specific ``backend`` may provide one or more of these interfaces.