(Solved) : Global Parameters P 2521 1 Mersenne Prime Es21 2 Y2 1 Dx2y2 D376014 Edwards Curve Fp G X Q29546472 . . .


What is the value of point G?
Global parameters: . p-2521- 1, a Mersenne prime Es21 2 + y2-1 + dx2y2 with d376014, an Edwards curve over Fp .G-(x,y), a point on Es21 with x 18 and y eveh Elliptic curve arithmetic: Given any two points (5p%) and (x)) on the curve E521, their sum is the point The opposite of a point (x,y) is the point (-x.y), and the neutral element of addition is the point o(0,1) The number of points on any Edwards curve is always a multiple of 4; for the curve E521 that number is n4r, where: r- 2519 – 3375547632585017057891076304187826360711 904961214051226618635150085779108655765 The Java class implementing points on Es21 must offer constructors for the neutral element, a constructor for a curve point from its x and y coordinates (both instances of the BigInteger class), and a constructor for a curve point from its x coordinate and the least significant bit of y (see details in the appendix) Besides, it must offer methods to compare points for equality, to obtain the opposite of a point, and to compute the sum of two points (specifically, the sum of the current instance and another point) Show transcribed image text
Expert Answer
Answer to Global Parameters P 2521 1 Mersenne Prime Es21 2 Y2 1 Dx2y2 D376014 Edwards Curve Fp G X Q29546472 . . .
OR