NTCROct 19, 2013

Easy scalar decompositions for efficient scalar multiplication on elliptic curves and genus 2 Jacobians

arXiv:1310.5250v111 citations
Originality Synthesis-oriented
AI Analysis

This work offers a convenient improvement for cryptographers implementing scalar multiplication in elliptic curve cryptography, but it is incremental as it simplifies precomputation rather than enhancing core performance.

The paper tackles the problem of efficiently generating short lattice bases for scalar decompositions in elliptic curve and genus 2 Jacobian scalar multiplication, resulting in a method that provides immediate short bases without needing reduction algorithms, though it does not significantly optimize overall multiplication speed.

The first step in elliptic curve scalar multiplication algorithms based on scalar decompositions using efficient endomorphisms-including Gallant-Lambert-Vanstone (GLV) and Galbraith-Lin-Scott (GLS) multiplication, as well as higher-dimensional and higher-genus constructions-is to produce a short basis of a certain integer lattice involving the eigenvalues of the endomorphisms. The shorter the basis vectors, the shorter the decomposed scalar coefficients, and the faster the resulting scalar multiplication. Typically, knowledge of the eigenvalues allows us to write down a long basis, which we then reduce using the Euclidean algorithm, Gauss reduction, LLL, or even a more specialized algorithm. In this work, we use elementary facts about quadratic rings to immediately write down a short basis of the lattice for the GLV, GLS, GLV+GLS, and Q-curve constructions on elliptic curves, and for genus 2 real multiplication constructions. We do not pretend that this represents a significant optimization in scalar multiplication, since the lattice reduction step is always an offline precomputation---but it does give a better insight into the structure of scalar decompositions. In any case, it is always more convenient to use a ready-made short basis than it is to compute a new one.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes