Negative of elliptic curve points

2.2k Views Asked by At

F8 is defined as:

 0    000
 1    100
 β1   010
 β2   001
 β3   110
 β4   011
 β5   111
 β6   101

What type of elliptic curve model is meant by y2 + xy = x3 + β2x2 + β6 over F8?

What are the negatives of the following points: P = (β3, β6), Q = (0, β3), R = (β, 0) ?

1

There are 1 best solutions below

0
On

This is generalized Weierstrass form, with the restriction that you have specified. There’s no name for it, far as I know. In all cases, you get the negative of a point $P$ in the finite plane by finding the other point with the same $x$-coordinate.