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

Issue 3065041: code review 3065041: crypto/elliptic: add package (Closed)

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

Description

crypto/elliptic: add package elliptic implements several standard elliptic curves over prime fields.

Patch Set 1 #

Patch Set 2 : code review 3065041: crypto/ec: add package #

Patch Set 3 : code review 3065041: crypto/ec: add package #

Patch Set 4 : code review 3065041: crypto/ec: add package #

Patch Set 5 : code review 3065041: crypto/ec: add package #

Patch Set 6 : code review 3065041: crypto/elliptic: add package #

Patch Set 7 : code review 3065041: crypto/elliptic: add package #

Patch Set 8 : code review 3065041: crypto/elliptic: add package #

Total comments: 19

Patch Set 9 : code review 3065041: crypto/elliptic: add package #

Total comments: 2

Patch Set 10 : code review 3065041: crypto/elliptic: add package #

Patch Set 11 : code review 3065041: crypto/elliptic: add package #

Patch Set 12 : code review 3065041: crypto/elliptic: add package #

Patch Set 13 : code review 3065041: crypto/elliptic: add package #

Unified diffs Side-by-side diffs Delta from patch set Stats (+544 lines, -0 lines) Patch
M src/pkg/Makefile View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/crypto/elliptic/Makefile View 1 chunk +11 lines, -0 lines 0 comments Download
A src/pkg/crypto/elliptic/elliptic.go View 7 8 1 chunk +232 lines, -0 lines 0 comments Download
A src/pkg/crypto/elliptic/elliptic_test.go View 7 8 9 1 chunk +300 lines, -0 lines 0 comments Download

Messages

Total messages: 10
agl1
14 years, 5 months ago (2010-11-12 16:28:53 UTC) #1
r2
Is "ec" a standard name? It's cryptic to me but perhaps not to others. -rob
14 years, 5 months ago (2010-11-12 16:37:26 UTC) #2
agl1
On Fri, Nov 12, 2010 at 11:37 AM, Rob 'Commander' Pike <r@google.com> wrote: > Is ...
14 years, 5 months ago (2010-11-12 16:39:51 UTC) #3
agl1
PTAL
14 years, 5 months ago (2010-11-12 17:04:01 UTC) #4
r
http://codereview.appspot.com/3065041/diff/20001/src/pkg/crypto/elliptic/elliptic.go File src/pkg/crypto/elliptic/elliptic.go (right): http://codereview.appspot.com/3065041/diff/20001/src/pkg/crypto/elliptic/elliptic.go#newcode5 src/pkg/crypto/elliptic/elliptic.go:5: // elliptic implements several standard elliptic curves over prime ...
14 years, 5 months ago (2010-11-12 18:38:11 UTC) #5
agl1
PTAL http://codereview.appspot.com/3065041/diff/20001/src/pkg/crypto/elliptic/elliptic.go File src/pkg/crypto/elliptic/elliptic.go (right): http://codereview.appspot.com/3065041/diff/20001/src/pkg/crypto/elliptic/elliptic.go#newcode5 src/pkg/crypto/elliptic/elliptic.go:5: // elliptic implements several standard elliptic curves over ...
14 years, 5 months ago (2010-11-12 18:56:12 UTC) #6
r
LGTM http://codereview.appspot.com/3065041/diff/23001/src/pkg/crypto/elliptic/elliptic.go File src/pkg/crypto/elliptic/elliptic.go (right): http://codereview.appspot.com/3065041/diff/23001/src/pkg/crypto/elliptic/elliptic.go#newcode144 src/pkg/crypto/elliptic/elliptic.go:144: byte <<= 1 much much clearer http://codereview.appspot.com/3065041/diff/23001/src/pkg/crypto/elliptic/elliptic_test.go File ...
14 years, 5 months ago (2010-11-12 19:03:05 UTC) #7
agl1
Hello r, r2 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2010-11-12 19:53:46 UTC) #8
agl1
*** Submitted as http://code.google.com/p/go/source/detail?r=a1c4f5b41b07 *** crypto/elliptic: add package elliptic implements several standard elliptic curves over ...
14 years, 5 months ago (2010-11-12 19:55:45 UTC) #9
agl1
14 years, 5 months ago (2010-11-12 20:17:31 UTC) #10
Submitted.
Sign in to reply to this message.

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