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

Issue 3643043: code review 3643043: crypto/des: new package providing implementations of DE... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by calennert
Modified:
14 years ago
Reviewers:
agl1, berengar.lehr, rsc, peterGo, r, mattn
CC:
golang-dev
Visibility:
Public.

Description

crypto/des: new package providing implementations of DES and TDEA

Patch Set 1 #

Patch Set 2 : code review 3643043: crypto/des: new package providing implementations of DE... #

Total comments: 48
Unified diffs Side-by-side diffs Delta from patch set Stats (+1974 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/des/Makefile View 1 chunk +13 lines, -0 lines 0 comments Download
A src/pkg/crypto/des/block.go View 1 chunk +138 lines, -0 lines 24 comments Download
A src/pkg/crypto/des/cipher.go View 1 chunk +121 lines, -0 lines 18 comments Download
A src/pkg/crypto/des/const.go View 1 chunk +138 lines, -0 lines 2 comments Download
A src/pkg/crypto/des/des_test.go View 1 chunk +1563 lines, -0 lines 4 comments Download

Messages

Total messages: 12
calennert
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 4 months ago (2010-12-17 00:01:09 UTC) #1
r2
Did you discuss the design and goals of this package ahead of time, as contribute.html ...
14 years, 4 months ago (2010-12-17 05:23:37 UTC) #2
peterGo
DES and TDEA implementations http://groups.google.com/group/golang-nuts/browse_thread/thread/17c233032211f136 On 2010/12/17 05:23:37, r2 wrote: > Did you discuss the ...
14 years, 4 months ago (2010-12-17 05:37:31 UTC) #3
r2
Cool. Thanks for the background - that was quite a while ago. -rob
14 years, 4 months ago (2010-12-17 05:40:07 UTC) #4
agl1
This is just a superficial review highlighting some API and style issues. http://codereview.appspot.com/3643043/diff/2001/src/pkg/crypto/des/block.go File src/pkg/crypto/des/block.go ...
14 years, 4 months ago (2010-12-17 16:03:53 UTC) #5
rsc
waiting to review until agl's comments are addressed
14 years, 4 months ago (2011-01-04 17:06:58 UTC) #6
B-Ranger
http://codereview.appspot.com/3643043/diff/2001/src/pkg/crypto/des/block.go File src/pkg/crypto/des/block.go (right): http://codereview.appspot.com/3643043/diff/2001/src/pkg/crypto/des/block.go#newcode69 src/pkg/crypto/des/block.go:69: for ; i < 8; i++ { On 2010/12/17 ...
14 years, 4 months ago (2011-01-09 20:42:19 UTC) #7
rsc
calennert - are you planning to get back to this?
14 years, 3 months ago (2011-01-19 19:15:41 UTC) #8
calennert
On 2011/01/19 19:15:41, rsc wrote: > calennert - are you planning to get back to ...
14 years, 3 months ago (2011-01-20 02:13:39 UTC) #9
rsc
On Mon, Apr 4, 2011 at 19:49, mattn <mattn.jp@gmail.com> wrote: > I'm still waiting this ...
14 years, 1 month ago (2011-04-05 02:37:27 UTC) #10
mattn
Fix of above is following new CL. http://codereview.appspot.com/4331054/ http://codereview.appspot.com/3643043/diff/2001/src/pkg/crypto/des/block.go File src/pkg/crypto/des/block.go (right): http://codereview.appspot.com/3643043/diff/2001/src/pkg/crypto/des/block.go#newcode19 src/pkg/crypto/des/block.go:19: right ...
14 years, 1 month ago (2011-04-05 04:20:16 UTC) #11
calennert
14 years ago (2011-05-05 16:34:46 UTC) #12
*** Abandoned ***
Sign in to reply to this message.

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