In mathematics, twisted Hessian curves are a generalization of Hessian curves; they were introduced in elliptic curve cryptography to speed up the addition and doubling formulas and to have strongly unified arithmetic. In some operations (see the last sections), it is close in speed to Edwards curves. Twisted Hessian curves were introduced by Bernstein, Lange, and Kohel.
Definition
Let K be a field. The twisted Hessian form in affine coordinates is given by:
a ⋅ x 3 + y 3 + 1 = d ⋅ x ⋅ y {\displaystyle a\cdot x^{3}+y^{3}+1=d\cdot x\cdot y}
and in projective coordinates by
a ⋅ X 3 + Y 3 + Z 3 = d ⋅ X ⋅ Y ⋅ Z , {\displaystyle a\cdot X^{3}+Y^{3}+Z^{3}=d\cdot X\cdot Y\cdot Z,}
where x = X/Z and y = Y/Z and a,d ∈ K. These curves are birationally equivalent to Hessian curves, and Hessian curves are just the special case of twisted Hessian curves in which a = 1. Considering the equation a · x3 + y3 + 1 = d · x · y, note that, if a has a cube root in K, then there exists a unique b such that a = b3; otherwise, it is necessary to consider an extension field of K, such as K(a1/3). Then, since b3x3 = ax3, defining t = bx, the following equation is needed (in Hessian form) to do the transformation:
t 3 + y 3 + 1 = d ⋅ x ⋅ y {\displaystyle t^{3}+y^{3}+1=d\cdot x\cdot y} . This means that twisted Hessian curves are birationally equivalent to elliptic curves in Weierstrass form.
Group law It is interesting to analyze the group law of the elliptic curve, defining the addition and doubling formulas (because the simple power analysis and differential power analysis attacks are based on the running time of these operations). In general, the group law is defined in the following way: if three points lies in the same line then they sum up to zero. So, by this property, the explicit formulas for the group law depend on the curve shape. Let P = (x1, y1) be a point; its inverse is then −P = (x1/y1, 1/y1) in the plane. In projective coordinates, let P = (X : Y : Z) be a point; then −P = (X1/Y1 : 1/Y1 : Z) is its inverse. Furthermore, the neutral element in affine plane is θ = (0, −1), and in projective coordinates it is θ = (0 : −1 : 1). In some applications of elliptic curves for cryptography and integer factorization, it is necessary to compute scalar multiples of P, say [n]P for some integer n, and they are based on the double-and-add method, so the addition and doubling formulas are needed. Using affine coordinates, the addition and doubling formulas for this elliptic curve are as follows.
Addition formulas Let P = (x1, y1) and Q = (x2, y2); then, R = P + Q = (x3, y3), where
x 3 = x 1 − y 1 2 ⋅ x 2 ⋅ y 2 a ⋅ x 1 ⋅ y 1 ⋅ x 2 2 − y 2 {\displaystyle x_{3}={\frac {x_{1}-y_{1}^{2}\cdot x_{2}\cdot y_{2}}{a\cdot x_{1}\cdot y_{1}\cdot x_{2}^{2}-y_{2}}}}
y 3 = y 1 ⋅ y 2 2 − a ⋅ x 1 2 ⋅ x 2 a ⋅ x 1 ⋅ y 1 ⋅ x 2 2 − y 2 {\displaystyle y_{3}={\frac {y_{1}\cdot y_{2}^{2}-a\cdot x_{1}^{2}\cdot x_{2}}{a\cdot x_{1}\cdot y_{1}\cdot x_{2}^{2}-y_{2}}}}
Doubling formulas Let P = (x, y); then [2]P = (x1, y1), where
… excerpt ends here. Continue reading the full article.

