File: index.rst

package info (click to toggle)
python-cryptography 38.0.4-3%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,968 kB
  • sloc: python: 51,022; ansic: 608; java: 319; makefile: 162
file content (19 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.. hazmat::

Message authentication codes
============================

While cryptography supports multiple MAC algorithms, we strongly
recommend that HMAC should be used unless you have a very specific need.

For more information on why HMAC is preferred, see `Use cases for CMAC vs.
HMAC?`_

.. toctree::
    :maxdepth: 1

    cmac
    hmac
    poly1305

.. _`Use cases for CMAC vs. HMAC?`: https://crypto.stackexchange.com/questions/15721/use-cases-for-cmac-vs-hmac