summaryrefslogtreecommitdiffstats
path: root/base/md5.cc
Commit message (Expand)AuthorAgeFilesLines
* MD5: Use C++ style cast in the API.tfarina2015-04-241-15/+16
* MD5: Remove unnecessary temporary 'inbuf' variable.tfarina2015-04-161-5/+3
* base: Fix the type of variable |a| in MD5DigestToBase16().tfarina2015-04-141-1/+1
* base: Use a simple tricky to remove a temporary variable in MD5DigestToBase16.tfarina2015-04-081-4/+3
* Cleanup: Use uint8_t type throughout in the MD5 API.tfarina2015-04-061-8/+7
* Cleanup: clang-format the MD5 source file.tfarina2015-04-011-185/+182
* Use the types from stdint.h in MD5 API.tfarina2015-04-011-17/+18
* Fixing compiler warnings on md5.ccbsimonnet@chromium.org2014-05-281-2/+6
* base::MD5IntermediateFinal() generates digest non-destructively.shess@chromium.org2014-04-011-0/+8
* MD5Update function uses StringPiece instead of raw buffer.dominich@chromium.org2011-07-261-4/+10
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-9/+18
* base: Add namespace base to MD5 unittests.tfarina@chromium.org2011-07-151-2/+0
* Fix two bugs found by a new clang warning I'm currently testing:thakis@chromium.org2011-06-131-1/+1
* Style cleanup in preparation for auto-linting base/.erg@google.com2010-01-261-3/+3
* Add base to the repository.initial.commit2008-07-261-0/+279