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

Issue 159051: code review 159051: Provides implementation of MD4 hashing algorithm. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 7 months ago by calennert
Modified:
15 years, 7 months ago
Reviewers:
rsc
Visibility:
Public.

Description

Provides implementation of MD4 hashing algorithm. See IETF RFC 1320, http://tools.ietf.org/html/rfc1320. Fixes issue 279.

Patch Set 1 #

Patch Set 2 : code review 159051: Provides implementation of MD4 hashing algorithm. #

Total comments: 1

Patch Set 3 : code review 159051: Provides implementation of MD4 hashing algorithm. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+279 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/md4/Makefile View 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/crypto/md4/md4.go View 1 2 1 chunk +115 lines, -0 lines 0 comments Download
A src/pkg/crypto/md4/md4_test.go View 1 chunk +66 lines, -0 lines 0 comments Download
A src/pkg/crypto/md4/md4block.go View 1 2 1 chunk +85 lines, -0 lines 0 comments Download

Messages

Total messages: 5
calennert
Hello rsc, I'd like you to review the following change.
15 years, 7 months ago (2009-11-22 19:54:10 UTC) #1
rsc
Thanks for sending this in. Could you please also send a CL updating CONTRIBUTORS and ...
15 years, 7 months ago (2009-11-23 22:07:33 UTC) #2
rsc
LGTM The code looks great. After making the change below please run "hg upload" to ...
15 years, 7 months ago (2009-11-23 22:13:22 UTC) #3
calennert
> http://codereview.appspot.com/159051/diff/1001/16#newcode76 > src/pkg/crypto/md4/md4block.go:76: p = p[_Chunk:len(p)]; > Please change to > > p = ...
15 years, 7 months ago (2009-11-23 23:58:40 UTC) #4
rsc
15 years, 7 months ago (2009-11-24 01:44:46 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=7c34597c3375 ***

Provides implementation of MD4 hashing algorithm.

See IETF RFC 1320, http://tools.ietf.org/html/rfc1320.
Fixes issue 279.

R=rsc
http://codereview.appspot.com/159051

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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