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

Issue 3069041: code review 3069041: crypto/cipher: add package (Closed)

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

Description

crypto/cipher: add package cipher is intended to replace crypto/block over time. This change only adds basic parts: CBC and CTR mode and doesn't add the package to the top-level Makefile.

Patch Set 1 #

Patch Set 2 : code review 3069041: crypto/cipher: add package #

Patch Set 3 : code review 3069041: crypto/cipher: add package #

Total comments: 8

Patch Set 4 : code review 3069041: crypto/cipher: add package #

Patch Set 5 : code review 3069041: crypto/cipher: add package #

Total comments: 2

Patch Set 6 : code review 3069041: crypto/cipher: add package #

Patch Set 7 : code review 3069041: crypto/cipher: add package #

Patch Set 8 : code review 3069041: crypto/cipher: add package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -140 lines) Patch
A src/pkg/crypto/cipher/Makefile View 1 2 3 4 1 chunk +14 lines, -0 lines 0 comments Download
M src/pkg/crypto/cipher/cbc.go View 1 2 3 4 1 chunk +52 lines, -45 lines 0 comments Download
M src/pkg/crypto/cipher/cbc_aes_test.go View 1 2 chunks +11 lines, -24 lines 0 comments Download
A src/pkg/crypto/cipher/cipher.go View 1 2 3 1 chunk +63 lines, -0 lines 0 comments Download
A src/pkg/crypto/cipher/common_test.go View 1 chunk +28 lines, -0 lines 0 comments Download
M src/pkg/crypto/cipher/ctr.go View 1 2 3 1 chunk +30 lines, -46 lines 0 comments Download
M src/pkg/crypto/cipher/ctr_aes_test.go View 1 2 chunks +16 lines, -25 lines 0 comments Download
A src/pkg/crypto/cipher/io.go View 1 2 3 4 5 1 chunk +57 lines, -0 lines 0 comments Download

Messages

Total messages: 11
agl1
Mailing this out for an early review of the design. As opposed to the old ...
14 years, 4 months ago (2010-11-12 18:36:22 UTC) #1
r
i'm going to leave this for rsc, who's back in a couple of days, because ...
14 years, 4 months ago (2010-11-12 19:15:01 UTC) #2
agl1
On Fri, Nov 12, 2010 at 2:15 PM, <r@golang.org> wrote: > i'm going to leave ...
14 years, 4 months ago (2010-11-19 15:55:07 UTC) #3
rsc1
seems like a good start to me http://codereview.appspot.com/3069041/diff/6001/src/pkg/crypto/cipher/cbc.go File src/pkg/crypto/cipher/cbc.go (right): http://codereview.appspot.com/3069041/diff/6001/src/pkg/crypto/cipher/cbc.go#newcode30 src/pkg/crypto/cipher/cbc.go:30: type CBCEncrypter ...
14 years, 4 months ago (2010-11-19 16:26:47 UTC) #4
agl1
http://codereview.appspot.com/3069041/diff/6001/src/pkg/crypto/cipher/cbc.go File src/pkg/crypto/cipher/cbc.go (right): http://codereview.appspot.com/3069041/diff/6001/src/pkg/crypto/cipher/cbc.go#newcode30 src/pkg/crypto/cipher/cbc.go:30: type CBCEncrypter cbc On 2010/11/19 16:26:47, rsc1 wrote: > ...
14 years, 4 months ago (2010-11-19 16:51:59 UTC) #5
rsc1
http://codereview.appspot.com/3069041/diff/25001/src/pkg/crypto/cipher/io.go File src/pkg/crypto/cipher/io.go (right): http://codereview.appspot.com/3069041/diff/25001/src/pkg/crypto/cipher/io.go#newcode34 src/pkg/crypto/cipher/io.go:34: Desynced os.Error I was thinking this could expose the ...
14 years, 4 months ago (2010-11-19 17:31:22 UTC) #6
agl1
http://codereview.appspot.com/3069041/diff/25001/src/pkg/crypto/cipher/io.go File src/pkg/crypto/cipher/io.go (right): http://codereview.appspot.com/3069041/diff/25001/src/pkg/crypto/cipher/io.go#newcode34 src/pkg/crypto/cipher/io.go:34: Desynced os.Error On 2010/11/19 17:31:22, rsc1 wrote: > I ...
14 years, 4 months ago (2010-11-19 18:01:09 UTC) #7
rsc1
LGTM
14 years, 4 months ago (2010-11-19 18:08:46 UTC) #8
agl1
Hello r, rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 4 months ago (2010-11-19 19:11:42 UTC) #9
agl1
*** Submitted as http://code.google.com/p/go/source/detail?r=6b04915a1cf6 *** crypto/cipher: add package cipher is intended to replace crypto/block over ...
14 years, 4 months ago (2010-11-19 19:12:27 UTC) #10
agl1
14 years, 4 months ago (2010-11-19 21:18:45 UTC) #11
Submitted.
Sign in to reply to this message.

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