aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2013-11-04 00:05:29 -0800
committerHynek Schlawack <hs@ox.cx>2013-11-04 00:05:29 -0800
commitd3e4bc210aeb90d191f2d2fed05825e1858c3f72 (patch)
treea9bf00cde69ad81f304bed3ec0c46ca3470bd37e /docs
parent6a1dfe63eb9aa0c077ec1c8c8158acc4d1388a5f (diff)
parent58ecc8d434078e21deaa2a18312b06d876956b56 (diff)
downloadcryptography-d3e4bc210aeb90d191f2d2fed05825e1858c3f72.tar.gz
cryptography-d3e4bc210aeb90d191f2d2fed05825e1858c3f72.tar.bz2
cryptography-d3e4bc210aeb90d191f2d2fed05825e1858c3f72.zip
Merge pull request #219 from alex/hmac-rfc
Refer to the RFC in the HMAC docs
Diffstat (limited to 'docs')
-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