You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
470 B
20 lines
470 B
.. 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
|