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

Issue 157152: code review 157152: Added XTEA block cipher package to src/pkg/crypto (Closed)

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

Description

Added XTEA block cipher package to src/pkg/crypto This is an adaption of the code from http://en.wikipedia.org/wiki/XTEA. The package also implements the block.Cipher interface so that it can be used with the various block modes.

Patch Set 1 #

Patch Set 2 : code review 157152: Added XTEA block cipher package to src/pkg/crypto #

Total comments: 24

Patch Set 3 : code review 157152: Added XTEA block cipher package to src/pkg/crypto #

Total comments: 2

Patch Set 4 : code review 157152: Added XTEA block cipher package to src/pkg/crypto #

Total comments: 2

Patch Set 5 : code review 157152: Added XTEA block cipher package to src/pkg/crypto #

Unified diffs Side-by-side diffs Delta from patch set Stats (+417 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/xtea/Makefile View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A src/pkg/crypto/xtea/block.go View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A src/pkg/crypto/xtea/cipher.go View 1 2 3 4 1 chunk +92 lines, -0 lines 0 comments Download
A src/pkg/crypto/xtea/xtea_test.go View 1 chunk +246 lines, -0 lines 0 comments Download

Messages

Total messages: 10
midpoint
Hello rsc, I'd like you to review the following change.
15 years, 7 months ago (2009-11-24 10:00:44 UTC) #1
rsc
Thanks. Sorry for the delay in getting back to you - I was away last ...
15 years, 7 months ago (2009-11-30 22:48:07 UTC) #2
midpoint
No worries about the delay, I've also been off for a bit. Could you take ...
15 years, 7 months ago (2009-12-07 12:54:41 UTC) #3
rsc
could you please complete the appropriate CLA as described at http://golang.org/doc/contribute.html#copyright ? don't bother editing ...
15 years, 7 months ago (2009-12-07 18:35:56 UTC) #4
rsc
just the comment; everything else looks fine. (waiting on the CLA too.) http://codereview.appspot.com/157152/diff/4001/4005 File src/pkg/crypto/xtea/cipher.go ...
15 years, 7 months ago (2009-12-07 18:40:22 UTC) #5
midpoint
I've submitted my CLA online, hopefully that will come through soon. Thanks, http://codereview.appspot.com/157152/diff/4001/4005 File src/pkg/crypto/xtea/cipher.go ...
15 years, 7 months ago (2009-12-07 19:29:32 UTC) #6
rsc
so close. i found your CLA. i was searching for "midpoint" instead of your email ...
15 years, 7 months ago (2009-12-07 19:42:57 UTC) #7
midpoint
I'm really sorry about that, glad I picked something simple to learn this process. http://codereview.appspot.com/157152/diff/4014/5010 ...
15 years, 7 months ago (2009-12-07 20:02:02 UTC) #8
rsc
LGTM
15 years, 7 months ago (2009-12-09 08:05:56 UTC) #9
rsc
15 years, 7 months ago (2009-12-09 08:06:24 UTC) #10
*** Submitted as http://code.google.com/p/go/source/detail?r=8cc3a6f7ad37 ***

Added XTEA block cipher package to src/pkg/crypto

This is an adaption of the code from http://en.wikipedia.org/wiki/XTEA. The
package also implements the block.Cipher
interface so that it can be used with the various block modes.

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

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