Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1105)

Issue 10944017: 32-bit, P-256 implementation.

Created:
8 years, 3 months ago by agl
Modified:
8 years, 1 month ago
Reviewers:
wtc
CC:
chromium-reviews
Visibility:
Public.

Description

32-bit, P-256 implementation. This is a dummy changelist to get this code into the codereview system.

Patch Set 1 #

Total comments: 22

Patch Set 2 : ... #

Patch Set 3 : ... #

Patch Set 4 : Including results of ekasper's review. #

Total comments: 86

Patch Set 5 : Addressing wtc'c comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1464 lines, -0 lines) Patch
A ecp_256_32.c View 1 2 3 4 1 chunk +1464 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
agl
Sorry that it took so long, but I finally finished off the P-256 code. The ...
8 years, 3 months ago (2012-09-18 20:52:39 UTC) #1
wtc
agl: Thank you for the patch. I will take a look at it on Thursday. ...
8 years, 3 months ago (2012-09-18 23:03:14 UTC) #2
wtc
Preliminary review comments on patch set 1: Status update: sorry about the late review. I ...
8 years, 2 months ago (2012-10-09 21:04:47 UTC) #3
agl
http://codereview.chromium.org/10944017/diff/1/ecp_256_32.c File ecp_256_32.c (right): http://codereview.chromium.org/10944017/diff/1/ecp_256_32.c#newcode1 ecp_256_32.c:1: #include <endian.h> On 2012/10/09 21:04:47, wtc wrote: > > ...
8 years, 2 months ago (2012-10-11 14:55:04 UTC) #4
wtc
http://codereview.chromium.org/10944017/diff/1/ecp_256_32.c File ecp_256_32.c (right): http://codereview.chromium.org/10944017/diff/1/ecp_256_32.c#newcode1 ecp_256_32.c:1: #include <endian.h> On 2012/10/11 14:55:04, agl wrote: > > ...
8 years, 2 months ago (2012-10-11 16:29:00 UTC) #5
agl
http://codereview.chromium.org/10944017/diff/1/ecp_256_32.c File ecp_256_32.c (right): http://codereview.chromium.org/10944017/diff/1/ecp_256_32.c#newcode1 ecp_256_32.c:1: #include <endian.h> On 2012/10/11 16:29:00, wtc wrote: > Include ...
8 years, 2 months ago (2012-10-11 18:51:01 UTC) #6
agl
Would you like me to ask bmoeller or ekasper to review this? I fear that ...
8 years, 1 month ago (2012-11-12 16:12:42 UTC) #7
wtc
On 2012/11/12 16:12:42, agl wrote: > Would you like me to ask bmoeller or ekasper ...
8 years, 1 month ago (2012-11-12 18:33:35 UTC) #8
agl
I asked ekasper to review the code and she asked for a few places to ...
8 years, 1 month ago (2012-11-14 23:18:45 UTC) #9
wtc
Patch set 4 LGTM. High-level comments: 1. It would be nice to add a comment ...
8 years, 1 month ago (2012-11-15 22:58:41 UTC) #10
wtc
http://codereview.chromium.org/10944017/diff/12001/ecp_256_32.c File ecp_256_32.c (right): http://codereview.chromium.org/10944017/diff/12001/ecp_256_32.c#newcode331 ecp_256_32.c:331: for (i = 0; i < 9; i += ...
8 years, 1 month ago (2012-11-16 05:28:52 UTC) #11
agl
http://codereview.chromium.org/10944017/diff/12001/ecp_256_32.c File ecp_256_32.c (right): http://codereview.chromium.org/10944017/diff/12001/ecp_256_32.c#newcode1 ecp_256_32.c:1: #include "prcpucfg.h" On 2012/11/15 22:58:41, wtc wrote: > > ...
8 years, 1 month ago (2012-11-16 19:17:46 UTC) #12
agl
8 years, 1 month ago (2012-11-16 19:22:21 UTC) #13
For reference, here's a copy of the file and the patch to NSS that
wires it in. I'm running Chrome with it currently.


Cheers

AGL

Powered by Google App Engine
This is Rietveld 408576698