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

Issue 2762042: code review 2762042: crypto: add cast5 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by agl1
Modified:
14 years, 4 months ago
Reviewers:
CC:
golang-dev
Visibility:
Public.

Description

crypto: add cast5 CAST5 is the default OpenPGP cipher. (This won't make Rob any happier about the size of crypto/, of course.) It already has dst, src in that order but it doesn't have any users yet so I figure it's better than changing it later.

Patch Set 1 #

Patch Set 2 : code review 2762042: crypto: add cast5 #

Total comments: 10

Patch Set 3 : code review 2762042: crypto: add cast5 #

Patch Set 4 : code review 2762042: crypto: add cast5 #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+651 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/cast5/Makefile View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/crypto/cast5/cast5.go View 1 2 1 chunk +535 lines, -0 lines 6 comments Download
A src/pkg/crypto/cast5/cast5_test.go View 1 2 1 chunk +104 lines, -0 lines 0 comments Download

Messages

Total messages: 14
agl1
14 years, 6 months ago (2010-10-28 21:25:14 UTC) #1
gri
lisp is for list processing, snobol is for string manipulation, and go is for encryption... ...
14 years, 6 months ago (2010-10-28 21:41:26 UTC) #2
r2
why are there so many that matter??? -rob
14 years, 6 months ago (2010-10-28 21:55:54 UTC) #3
agl1
On Thu, Oct 28, 2010 at 5:55 PM, Rob 'Commander' Pike <r@google.com> wrote: > why ...
14 years, 6 months ago (2010-10-28 21:59:50 UTC) #4
rsc1
LGTM http://codereview.appspot.com/2762042/diff/2001/src/pkg/crypto/cast5/Makefile File src/pkg/crypto/cast5/Makefile (right): http://codereview.appspot.com/2762042/diff/2001/src/pkg/crypto/cast5/Makefile#newcode1 src/pkg/crypto/cast5/Makefile:1: # Copyright 2009 The Go Authors. All rights ...
14 years, 6 months ago (2010-10-28 22:05:22 UTC) #5
rsc1
LGTM
14 years, 6 months ago (2010-11-01 20:29:11 UTC) #6
agl1
Hello rsc, gri, r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 6 months ago (2010-11-02 18:02:24 UTC) #7
r
http://codereview.appspot.com/2762042/diff/15001/src/pkg/crypto/cast5/cast5.go File src/pkg/crypto/cast5/cast5.go (right): http://codereview.appspot.com/2762042/diff/15001/src/pkg/crypto/cast5/cast5.go#newcode5 src/pkg/crypto/cast5/cast5.go:5: // This package implements CAST5, as defined in RFC ...
14 years, 6 months ago (2010-11-02 18:11:15 UTC) #8
agl1
(I sorry that hg keeps spamming things. I think it gets very confused because I'm ...
14 years, 6 months ago (2010-11-03 14:38:46 UTC) #9
rsc
On Wed, Nov 3, 2010 at 10:38, <agl@golang.org> wrote: > (I sorry that hg keeps ...
14 years, 6 months ago (2010-11-03 15:51:34 UTC) #10
rsc
also, are you using hg clpatch to move between machines? that loses the mailed bit, ...
14 years, 6 months ago (2010-11-03 15:52:30 UTC) #11
agl1
On Wed, Nov 3, 2010 at 11:52 AM, Russ Cox <rsc@golang.org> wrote: > also, are ...
14 years, 6 months ago (2010-11-03 18:08:07 UTC) #12
agl1
On Wed, Nov 3, 2010 at 11:52 AM, Russ Cox <rsc@golang.org> wrote: > also, are ...
14 years, 6 months ago (2010-11-03 18:09:01 UTC) #13
rsc
14 years, 5 months ago (2010-12-07 17:02:01 UTC) #14
Appears to have been submitted; removing reviewers.
Sign in to reply to this message.

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