diff options
Diffstat (limited to 'base/sha1.h')
-rw-r--r-- | base/sha1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/sha1.h b/base/sha1.h index 779a190..ade46cd 100644 --- a/base/sha1.h +++ b/base/sha1.h @@ -17,6 +17,7 @@ namespace base { enum { SHA1_LENGTH = 20 // Length in bytes of a SHA-1 hash. }; +static const size_t kSHA1Length = 20; // TODO(pkasting): Replace above w/this // Computes the SHA-1 hash of the input string |str| and returns the full // hash. |