Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(97)

Issue 7071055: Proposed digest hashes. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 8 months ago by bungeman
Modified:
11 years, 8 months ago
Reviewers:
epoger, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Proposed digest hashes.

Patch Set 1 #

Total comments: 30

Patch Set 2 : Address comments and clean up. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+791 lines, -5 lines) Patch
M bench/ChecksumBench.cpp View 1 4 chunks +44 lines, -5 lines 0 comments Download
M gyp/bench.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M gyp/tests.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M gyp/utils.gyp View 1 2 chunks +4 lines, -0 lines 0 comments Download
A src/utils/SkMD5.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A src/utils/SkMD5.cpp View 1 1 chunk +252 lines, -0 lines 0 comments Download
A src/utils/SkSHA1.h View 1 1 chunk +54 lines, -0 lines 0 comments Download
A src/utils/SkSHA1.cpp View 1 1 chunk +257 lines, -0 lines 0 comments Download
A tests/MD5Test.cpp View 1 1 chunk +68 lines, -0 lines 0 comments Download
A tests/SHA1Test.cpp View 1 1 chunk +55 lines, -0 lines 0 comments Download

Messages

Total messages: 7
bungeman
So these may not be the fastest possible implementations of MD5 and SHA1, but they ...
11 years, 8 months ago (2013-01-08 20:10:29 UTC) #1
epoger
Thanks for adding these, Ben! For now, I have just reviewed the header files and ...
11 years, 8 months ago (2013-01-11 18:36:32 UTC) #2
epoger
Implementations look good to me! https://codereview.appspot.com/7071055/diff/1/src/utils/SkMD5.cpp File src/utils/SkMD5.cpp (right): https://codereview.appspot.com/7071055/diff/1/src/utils/SkMD5.cpp#newcode2 src/utils/SkMD5.cpp:2: * Copyright 2012 Google ...
11 years, 8 months ago (2013-01-11 18:46:48 UTC) #3
epoger
https://codereview.appspot.com/7071055/diff/1/src/utils/SkMD5.h File src/utils/SkMD5.h (right): https://codereview.appspot.com/7071055/diff/1/src/utils/SkMD5.h#newcode26 src/utils/SkMD5.h:26: void finish(uint8_t digest[16]); On 2013/01/11 18:36:32, epoger wrote: > ...
11 years, 8 months ago (2013-01-15 15:02:11 UTC) #4
bungeman
I'm not really for putting a string version of the digest on this directly, as ...
11 years, 8 months ago (2013-01-30 22:03:52 UTC) #5
epoger
LGTM https://codereview.appspot.com/7071055/diff/1/src/utils/SkSHA1.cpp File src/utils/SkSHA1.cpp (right): https://codereview.appspot.com/7071055/diff/1/src/utils/SkSHA1.cpp#newcode82 src/utils/SkSHA1.cpp:82: #if defined(SK_SHA1_CLEAR_DATA) On 2013/01/30 22:03:52, bungeman wrote: > ...
11 years, 8 months ago (2013-01-31 17:16:20 UTC) #6
bungeman
11 years, 8 months ago (2013-01-31 21:50:23 UTC) #7
Message was sent while issue was closed.
Committed revision 7496.

Warnings about newlines and unused variables fixed with revision 7500.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b