diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-09 09:25:22 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-03-09 09:25:22 -0500 |
commit | 891efd9268d7c6e140e387a771ba5a07d8c8446d (patch) | |
tree | 90a20d2804f2953d9fe4c2f05e0d00aa9cae8fec /docs/hazmat/backends | |
parent | ebee006d2fd57194db61566a29d08739d19738b5 (diff) | |
download | cryptography-891efd9268d7c6e140e387a771ba5a07d8c8446d.tar.gz cryptography-891efd9268d7c6e140e387a771ba5a07d8c8446d.tar.bz2 cryptography-891efd9268d7c6e140e387a771ba5a07d8c8446d.zip |
missed some links
Diffstat (limited to 'docs/hazmat/backends')
-rw-r--r-- | docs/hazmat/backends/interfaces.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/backends/interfaces.rst b/docs/hazmat/backends/interfaces.rst index 0ce8f5f7..1af8d8f2 100644 --- a/docs/hazmat/backends/interfaces.rst +++ b/docs/hazmat/backends/interfaces.rst @@ -164,7 +164,7 @@ A specific ``backend`` may provide one or more of these interfaces. .. method:: create_cmac_ctx(algorithm) Create a - :class:`~cryptography.hazmat.primitives.interfaces.CMACContext` that + :class:`~cryptography.hazmat.primitives.interfaces.MACContext` that uses the specified ``algorithm`` to calculate a message authentication code. :param algorithm: An instance of a @@ -172,7 +172,7 @@ A specific ``backend`` may provide one or more of these interfaces. provider. :returns: - :class:`~cryptography.hazmat.primitives.interfaces.CMACContext` + :class:`~cryptography.hazmat.primitives.interfaces.MACContext` .. class:: PBKDF2HMACBackend |