Skip to content

Commit

Permalink
Modified proto message for elements of G2 to support extension fields…
Browse files Browse the repository at this point in the history
… of arbitrary degrees
  • Loading branch information
AntoineRondelet committed Jul 7, 2020
1 parent 7b55b20 commit 9135fe3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions api/ec_group_messages.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ message HexPointBaseGroup1Affine {
// The points in G2 are represented in affine form.
message HexPointBaseGroup2Affine {
// First coordinate of the point
string x_c1_coord = 1;
string x_c0_coord = 2;
repeated string x_coord = 1;
// Second coordinate of the point
string y_c1_coord = 3;
string y_c0_coord = 4;
repeated string y_coord = 2;
}

0 comments on commit 9135fe3

Please sign in to comment.