ArticleslgStudy

computer science

Twisted Hessian curves

Twisted Hessian curves is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Twisted Hessian curves rather than just read about it. In short: 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 — main illustration
Twisted Hessian curves — illustration

Key takeaways

  • Twisted Hessian curves belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Twisted Hessian curves to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Twisted Hessian curves from memory before moving on to harder problems.

Reference excerpt

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.

Worked examples

Example 1 — a first encounter with Twisted Hessian curves

Start with the simplest possible case. Write down what Twisted Hessian curves claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Twisted Hessian curves before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Twisted Hessian curves ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Twisted Hessian curves

In research
Twisted Hessian curves appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Twisted Hessian curves in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Twisted Hessian curves is common in secondary-school and first-year university syllabi. It links to neighbouring topics Elliptic curve cryptography, Elliptic curves, so understanding it makes those chapters shorter.
In everyday life
Look for Twisted Hessian curves outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.
Ask Teacher Smith questions about this articleOpens your AI tutor with a question about “Twisted Hessian curves” →

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Twisted Hessian curves in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Twisted Hessian curves means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Twisted Hessian curves out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Twisted Hessian curves in simple terms?

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 curv…

Why does Twisted Hessian curves matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Twisted Hessian curves?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Twisted Hessian curves.

Tags

  • Elliptic curve cryptography
  • Elliptic curves

Keep exploring