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

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

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by mattn
Modified:
14 years, 1 month ago
Reviewers:
CC:
rsc, agl1, golang-dev
Visibility:
Public.

Description

crypto/des: new package providing implementations of DES and TDEA Original code by Chris Lennert <cale...@gmail.com>

Patch Set 1 #

Patch Set 2 : diff -r dc1d5042801a http://go.googlecode.com/hg/ #

Patch Set 3 : diff -r dc1d5042801a http://go.googlecode.com/hg/ #

Total comments: 35

Patch Set 4 : diff -r dc1d5042801a http://go.googlecode.com/hg/ #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+1990 lines, -0 lines) Patch
M src/pkg/Makefile View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/des/Makefile View 1 1 chunk +13 lines, -0 lines 1 comment Download
A src/pkg/crypto/des/block.go View 1 2 3 1 chunk +130 lines, -0 lines 5 comments Download
A src/pkg/crypto/des/cipher.go View 1 2 3 1 chunk +113 lines, -0 lines 0 comments Download
A src/pkg/crypto/des/const.go View 1 2 3 1 chunk +138 lines, -0 lines 0 comments Download
A src/pkg/crypto/des/des_test.go View 1 2 3 1 chunk +1595 lines, -0 lines 0 comments Download

Messages

Total messages: 13
mattn
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to http://go.googlecode.com/hg/
14 years, 1 month ago (2011-04-05 03:09:33 UTC) #1
mattn
I'll add the changes of peter's point. On 2011/04/05 03:09:33, mattn wrote: > Hello mailto:golang-dev@googlegroups.com ...
14 years, 1 month ago (2011-04-05 03:10:19 UTC) #2
mattn
and also agl's point. ref: http://codereview.appspot.com/3643043/ On 2011/04/05 03:10:19, mattn wrote: > I'll add the ...
14 years, 1 month ago (2011-04-05 03:11:25 UTC) #3
rsc1
Sounds good. Let us know when you have revised the code. On Mon, Apr 4, ...
14 years, 1 month ago (2011-04-05 03:12:49 UTC) #4
mattn
NOTE) This is agl's post in http://codereview.appspot.com/3643043/ This is just a superficial review highlighting some ...
14 years, 1 month ago (2011-04-05 03:28:24 UTC) #5
mattn
NOTE) This is copy of comments in http://codereview.appspot.com/3643043/ 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#n... src/pkg/crypto/des/block.go:19: right ...
14 years, 1 month ago (2011-04-05 04:26:18 UTC) #6
rsc
http://codereview.appspot.com/4331054/diff/4001/src/pkg/crypto/des/block.go File src/pkg/crypto/des/block.go (right): http://codereview.appspot.com/4331054/diff/4001/src/pkg/crypto/des/block.go#newcode13 src/pkg/crypto/des/block.go:13: func encryptBlock(subkeys []uint64, src, dst []byte) { dst, src ...
14 years, 1 month ago (2011-04-05 05:49:41 UTC) #7
mattn
Russ, sorry. It seems that block.go is not uploaded in previous time. http://codereview.appspot.com/4331054/diff/4001/src/pkg/crypto/des/block.go File src/pkg/crypto/des/block.go ...
14 years, 1 month ago (2011-04-05 06:24:49 UTC) #8
mattn
http://codereview.appspot.com/4331054/diff/4001/src/pkg/crypto/des/block.go File src/pkg/crypto/des/block.go (right): http://codereview.appspot.com/4331054/diff/4001/src/pkg/crypto/des/block.go#newcode14 src/pkg/crypto/des/block.go:14: // perform initial permutation On 2011/04/05 05:49:41, rsc wrote: ...
14 years, 1 month ago (2011-04-05 06:51:26 UTC) #9
agl1
Stopping at this point because it appears the rsc said many of the same things. ...
14 years, 1 month ago (2011-04-05 13:51:15 UTC) #10
rsc
Okay, let's leave this for Adam. Russ
14 years, 1 month ago (2011-04-05 14:40:42 UTC) #11
agl1
*** Submitted as http://code.google.com/p/go/source/detail?r=e187da4beb72 *** crypto/des: new package providing implementations of DES and TDEA Original ...
14 years, 1 month ago (2011-04-05 14:59:44 UTC) #12
agl1
14 years, 1 month ago (2011-04-05 15:00:22 UTC) #13
On Tue, Apr 5, 2011 at 10:40 AM, Russ Cox <rsc@golang.org> wrote:
> Okay, let's leave this for Adam.

I've removed the addition of the package to the top-level Makefile and
submitted. I'll do a cleanup CL in the next couple of days.


Cheers

AGL
Sign in to reply to this message.

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