diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 20:19:10 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 20:19:10 +0000 |
commit | ff24f49bedc612731ed5632391ce4325698ae8dc (patch) | |
tree | 9f6ca4da2d44417f2dc3fcaedcabd832bc45da1b /crypto/hmac.h | |
parent | bdb22a44ec1ccbc5bcf79a4a5b029696852d08d4 (diff) | |
download | chromium_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.h | 1 |
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. |