An elliptic curve is defined by numbers and . The curve is the set of all points of the real plane that satisfy the Equation 1. "Definition of the elliptic curves"
Equation 1. "Definition of the elliptic curves" definies elliptic curves over any field, it doesn't have to the real numbers. Notably, the definition also works for finite fields, leading to elliptic curve over a finite fields, which are the ones used in Elliptic-curve Diffie-Hellman cyprotgraphy.
The algorithm is completely analogous to Diffie-Hellman key exchange in that you efficiently raise a number to a power times and send the result over while keeping as private key.
The only difference is that a different group is used: instead of using the cyclic group, we use the elliptic curve group of an elliptic curve over a finite field.
Variant of Diffie-Hellman key exchange based on elliptic curve cryptography.
Not every belongs to the elliptic curve over a non quadratically closed field Updated 2024-12-15 +Created 1970-01-01
One major difference between the elliptic curve over a finite field or the elliptic curve over the rational numbers the elliptic curve over the real numbers is that not every possible generates a member of the curve.
This is because on the Equation "Definition of the elliptic curves" we see that given an , we calculate , which always produces an element .
But then we are not necessarily able to find an for the , because not all fields are not quadratically closed fields.
For example: with and , taking gives:and therefore there is no that satisfies the equation. So is not on the curve if we consider this elliptic curve over the rational numbers.
That would also not belong to Elliptic curve over the finite field , because doing everything we have:Therefore, there is no element such that or , i.e. and don't have a multiplicative inverse.
For the real numbers, it would work however, because the real numbers are a quadratically closed field, and .
For this reason, it is not necessarily trivial to determine the number of elements of an elliptic curve.
Reduction of an elliptic curve over the rational numbers to an elliptic curve over a finite field mod p Updated 2024-12-15 +Created 1970-01-01
This construction takes as input:and it produces an elliptic curve over a finite field of order as output.
- elliptic curve over the rational numbers
- a prime number
The constructions is used in the Birch and Swinnerton-Dyer conjecture.
To do it, we just convert the coefficients and from the Equation "Definition of the elliptic curves" from rational numbers to elements of the finite field.
For example, suppose we have and we are using .
For the denominator , we just use the multiplicative inverse, e.g. supposing we havewhere because , related: math.stackexchange.com/questions/1204034/elliptic-curve-reduction-modulo-p