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

Issue 217116: code review 217116: Implementation of the symmetric block cipher Blowfish. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years ago by rsn
Modified:
15 years ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

Implementation of the symmetric block cipher Blowfish.

Patch Set 1 #

Patch Set 2 : code review 217116: Implementation of the symmetric block cipher Blowfish. #

Total comments: 51

Patch Set 3 : code review 217116: Implementation of the symmetric block cipher Blowfish. #

Patch Set 4 : code review 217116: Implementation of the symmetric block cipher Blowfish. #

Patch Set 5 : code review 217116: Implementation of the symmetric block cipher Blowfish. #

Patch Set 6 : code review 217116: Implementation of the symmetric block cipher Blowfish. #

Patch Set 7 : code review 217116: Implementation of the symmetric block cipher Blowfish. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+585 lines, -0 lines) Patch
M src/pkg/Makefile View 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/blowfish/Makefile View 1 chunk +13 lines, -0 lines 0 comments Download
A src/pkg/crypto/blowfish/block.go View 1 2 3 4 5 1 chunk +101 lines, -0 lines 0 comments Download
A src/pkg/crypto/blowfish/blowfish_test.go View 1 2 3 1 chunk +192 lines, -0 lines 0 comments Download
A src/pkg/crypto/blowfish/cipher.go View 1 2 3 1 chunk +79 lines, -0 lines 0 comments Download
A src/pkg/crypto/blowfish/const.go View 1 2 3 4 5 6 1 chunk +199 lines, -0 lines 0 comments Download

Messages

Total messages: 19
rsn
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-02-25 08:29:24 UTC) #1
rsc
thanks for writing this. the code looks great. i've pointed out a few small things ...
15 years ago (2010-02-25 09:01:01 UTC) #2
rsc
15 years ago (2010-02-25 09:01:11 UTC) #3
rsn
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-02-25 12:23:07 UTC) #4
rsn
hello Russ, thanks for your comments and suggestions! this is really what i was hoping ...
15 years ago (2010-02-25 12:23:34 UTC) #5
rsc
your benchmark didn't see a speedup because you were using the global s0 instead of ...
15 years ago (2010-02-25 17:35:27 UTC) #6
rsn
hello Russ, On 2010/02/25 17:35:27, rsc wrote: > your benchmark didn't see a speedup because ...
15 years ago (2010-02-26 09:38:23 UTC) #7
rsc
> package main > > import "fmt" > > func main() { > x := ...
15 years ago (2010-02-26 16:22:01 UTC) #8
rsn
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-02-26 21:14:52 UTC) #9
rsc
Looks good. If you hg sync and then re-run all.bash you can take the &0xFF ...
15 years ago (2010-02-26 21:19:12 UTC) #10
rsn
hello Russ, On 2010/02/26 21:19:12, rsc wrote: > Looks good. > > If you hg ...
15 years ago (2010-02-26 21:31:45 UTC) #11
rsc
cool, another bug. (there are so few registers on the 386...) please run hg upload ...
15 years ago (2010-02-26 21:33:06 UTC) #12
rsn
hello Russ, On 2010/02/26 21:33:06, rsc wrote: > cool, another bug. > (there are so ...
15 years ago (2010-02-26 21:43:08 UTC) #13
rsn
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-02-26 22:32:19 UTC) #14
rsn
hello Russ, just re-built Go with your latest fix and verified that it works. i ...
15 years ago (2010-02-26 22:35:06 UTC) #15
rsc
LGTM but one final nit: when i run "godoc crypto/blowfish" it prints PACKAGE package blowfish ...
15 years ago (2010-02-26 22:57:46 UTC) #16
rsn
On 2010/02/26 22:57:46, rsc wrote: > [...snip] > there needs to be a blank line ...
15 years ago (2010-02-26 23:06:04 UTC) #17
rsn
Hello rsc (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-02-26 23:08:04 UTC) #18
rsc
15 years ago (2010-02-26 23:24:51 UTC) #19
*** Submitted as http://code.google.com/p/go/source/detail?r=2a602fdb373e ***

crypto/blowfish: new package

R=rsc
CC=golang-dev
http://codereview.appspot.com/217116

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