summaryrefslogtreecommitdiffstats
path: root/crypto/hmac.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-06 20:19:10 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-06 20:19:10 +0000
commitff24f49bedc612731ed5632391ce4325698ae8dc (patch)
tree9f6ca4da2d44417f2dc3fcaedcabd832bc45da1b /crypto/hmac.h
parentbdb22a44ec1ccbc5bcf79a4a5b029696852d08d4 (diff)
downloadchromium_src-ff24f49bedc612731ed5632391ce4325698ae8dc.zip
chromium_src-ff24f49bedc612731ed5632391ce4325698ae8dc.tar.gz
chromium_src-ff24f49bedc612731ed5632391ce4325698ae8dc.tar.bz2
Add requested documentation.
Review URL: http://codereview.chromium.org/6927074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84493 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/hmac.h')
-rw-r--r--crypto/hmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/hmac.h b/crypto/hmac.h
index fcd2657..7852797 100644
--- a/crypto/hmac.h
+++ b/crypto/hmac.h
@@ -30,6 +30,7 @@ class HMAC {
explicit HMAC(HashAlgorithm hash_alg);
~HMAC();
+ // Returns the length of digest that this HMAC will create.
size_t DigestLength() const;
// TODO(abarth): Add a PreferredKeyLength() member function.