Cleanup: Use uint8_t type throughout in the MD5 API.
commit6b950199c92a1fb530beb64110332b316528d9ae
authortfarina <tfarina@chromium.org>
Mon, 6 Apr 2015 21:04:26 +0000 (6 14:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 6 Apr 2015 21:05:32 +0000 (6 21:05 +0000)
tree47f3282f10003820e82112d885042f96511e89e5
parent409804aa7155bc497d6be7e17a26f76fad18defb
Cleanup: Use uint8_t type throughout in the MD5 API.

This seems to be more consistent with the use of uint32_t type that is
also used throughout in this API.

BUG=None
TEST=base_unittests --gtest_filter=MD5*
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/1062673003

Cr-Commit-Position: refs/heads/master@{#323949}
base/md5.cc
base/md5.h