aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/hmac.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-03 21:21:00 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-03 21:21:00 -0800
commit58ecc8d434078e21deaa2a18312b06d876956b56 (patch)
tree071f167bc1c4badc04f35312372b16689085ba45 /docs/hazmat/primitives/hmac.rst
parent7c104fd66486c7c4cbd8dc989a6a12a7ff228342 (diff)
downloadcryptography-58ecc8d434078e21deaa2a18312b06d876956b56.tar.gz
cryptography-58ecc8d434078e21deaa2a18312b06d876956b56.tar.bz2
cryptography-58ecc8d434078e21deaa2a18312b06d876956b56.zip
Refer to the RFC in the HMAC docs
Diffstat (limited to 'docs/hazmat/primitives/hmac.rst')
-rw-r--r--docs/hazmat/primitives/hmac.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/hazmat/primitives/hmac.rst b/docs/hazmat/primitives/hmac.rst
index 301d72d5..bd1a4934 100644
--- a/docs/hazmat/primitives/hmac.rst
+++ b/docs/hazmat/primitives/hmac.rst
@@ -23,6 +23,8 @@ message.
equal in length to the ``digest_size`` of the hash function chosen.
You must keep the ``key`` secret.
+ This is an implementation of :rfc:`2104`.
+
.. doctest::
>>> from cryptography.hazmat.primitives import hashes, hmac