diff options
Diffstat (limited to 'third_party/WebKit/Source/wtf/SHA1.h')
| -rw-r--r-- | third_party/WebKit/Source/wtf/SHA1.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/WebKit/Source/wtf/SHA1.h b/third_party/WebKit/Source/wtf/SHA1.h index fc73727..1cf357c 100644 --- a/third_party/WebKit/Source/wtf/SHA1.h +++ b/third_party/WebKit/Source/wtf/SHA1.h @@ -59,13 +59,13 @@ public: // computeHash has a side effect of resetting the state of the object. void computeHash(Vector<uint8_t, 20>&); - + // Get a hex hash from the digest. Pass a limit less than 40 if you want a shorter digest. static CString hexDigest(const Vector<uint8_t, 20>&); - + // Compute the hex digest directly. Pass a limit less than 40 if you want a shorter digest. CString computeHexDigest(); - + private: void finalize(); void processBlock(); |
