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

Issue 3359042: code review 3359042: crypto/elliptic: use a Jacobian transform (Closed)

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

Description

crypto/elliptic: use a Jacobian transform (Speeds up the code about 25x)

Patch Set 1 #

Total comments: 4

Patch Set 2 : code review 3359042: crypto/elliptic: use a Jacobian transform #

Patch Set 3 : code review 3359042: crypto/elliptic: use a Jacobian transform #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -61 lines) Patch
M src/pkg/crypto/elliptic/elliptic.go View 1 4 chunks +144 lines, -61 lines 0 comments Download
M src/pkg/crypto/elliptic/elliptic_test.go View 1 2 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 7
agl1
14 years, 3 months ago (2010-11-30 21:27:14 UTC) #1
r
wow http://codereview.appspot.com/3359042/diff/1/src/pkg/crypto/elliptic/elliptic.go File src/pkg/crypto/elliptic/elliptic.go (right): http://codereview.appspot.com/3359042/diff/1/src/pkg/crypto/elliptic/elliptic.go#newcode137 src/pkg/crypto/elliptic/elliptic.go:137: func (curve *Curve) doubleJacobian(x, y, z *big.Int) (*big.Int, ...
14 years, 3 months ago (2010-11-30 21:37:24 UTC) #2
agl1
http://codereview.appspot.com/3359042/diff/1/src/pkg/crypto/elliptic/elliptic.go File src/pkg/crypto/elliptic/elliptic.go (right): http://codereview.appspot.com/3359042/diff/1/src/pkg/crypto/elliptic/elliptic.go#newcode137 src/pkg/crypto/elliptic/elliptic.go:137: func (curve *Curve) doubleJacobian(x, y, z *big.Int) (*big.Int, *big.Int, ...
14 years, 3 months ago (2010-11-30 21:45:25 UTC) #3
r
LGTM
14 years, 3 months ago (2010-11-30 21:52:35 UTC) #4
agl1
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 3 months ago (2010-11-30 21:58:59 UTC) #5
agl1
*** Submitted as http://code.google.com/p/go/source/detail?r=23720d3cdf4b *** crypto/elliptic: use a Jacobian transform (Speeds up the code about ...
14 years, 3 months ago (2010-11-30 21:59:25 UTC) #6
agl1
14 years, 3 months ago (2010-11-30 22:00:02 UTC) #7
Submitted.
Sign in to reply to this message.

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