Twisted Edwards-Form Elliptic Curve Cryptography for 8-Bit AVR-Based Sensor Nodes

Total Page:16

File Type:pdf, Size:1020Kb

Twisted Edwards-Form Elliptic Curve Cryptography for 8-Bit AVR-Based Sensor Nodes Twisted Edwards-Form Elliptic Curve Cryptography for 8-bit AVR-based Sensor Nodes Dalin Chu Johann Großschädl Zhe Liu Shandong University, China University of Luxembourg University of Luxembourg [email protected] [email protected] [email protected] Volker Müller Yang Zhang University of Luxembourg University of Luxembourg [email protected] [email protected] ABSTRACT 1. INTRODUCTION Wireless Sensor Networks (WSNs) pose a number of unique In recent years, Wireless Sensor Networks (WSNs) have security challenges that demand innovation in several areas found widespread adoption in such areas as environmental including the design of cryptographic primitives and proto- monitoring, military surveillance, industrial control, home cols. Despite recent progress, the efficient implementation automation, and health care [1]. Many of said applications of Elliptic Curve Cryptography (ECC) for WSNs is still a collect or process sensitive information, which initiated an very active research topic and techniques to further reduce extensive body of research on security and privacy aspects the time and energy cost of ECC are eagerly sought. This of WSNs. The special adversary models and threat scenar- paper presents an optimized ECC implementation that we ios of WSNs pose a multitude of unique research problems developed from scratch to comply with the severe resource (see e.g. [22] for an overview), including some that are still constraints of 8-bit sensor nodes such as the MICAz and not properly solved and, hence, need further consideration IRIS motes. Our ECC software uses Optimal Prime Fields [16]. Wang et al [23] identify the following building blocks (OPFs) as underlying algebraic structure and supports two as essential for the design and implementation of a secure different families of elliptic curves, namely Weierstraß-form WSN: cryptography, key management, secure routing, se- and twisted Edwards-form curves. Due to the combination cure data aggregation, and intrusion detection. One of the of efficient field arithmetic and fast group operations, we open research issues mentioned in [23] is to further improve achieve an execution time of 5.8 · 106 clock cycles for a full the efficiency of Public-Key Cryptography (PKC) on small 158-bit scalar multiplication on an 8-bit ATmega128 micro- sensor nodes with limited computational power. They state controller, which is 2.78 times faster than the widely-used that “public key cryptography can greatly ease the design TinyECC library. Our implementation also shows that the of security in WSNs” [23, p. 19], but perceive overheads in energy cost of scalar multiplication on a MICAz (or IRIS) execution time and energy consumption as limiting factors mote amounts to just 19 mJ when using a twisted Edwards for the widespread deployment of PKC. curve over a 160-bit OPF. This result compares fairly well The benefits and drawbacks of using PKC in WSNs have with the energy figures of two recently-presented hardware been widely researched in the past ten years. Early work on designs of ECC based on twisted Edwards curves. the feasibility of PKC in WSNs includes that of Carman et al [6], who analyzed and compared the computation time Categories and Subject Descriptors and energy requirements of RSA, DSA, Diffie-Hellman and a few other public-key algorithms. The first really practical E.3 [Data]: Data Encryption—Public Key Cryptosystems; RSA implementation for an 8-bit sensor node, namely the K.6.5 [Management of Computing and Information prevalent MICAz mote [9], was presented by Gura et al in Systems]: Security and Protection 2004 [13]. They also introduced highly-optimized software for Elliptic Curve Cryptography (ECC) on 8-bit AVR mi- General Terms cro-controllers and reported an execution time of less than Algorithms, Experimentation, Performance, Security 6.5 · 106 clock cycles for a 160-bit scalar multiplication. This result set a new speed record for ECC on an 8-bit platform Keywords and has since then been generally regarded as the ultimate proof that strong PKC is feasible on resource-constrained MICAz Mote, AVR Processor, Twisted Edwards Curve sensor nodes. One of the most widely used ECC implemen- tations for WSNs is TinyECC [19], whose first version was released in the late 2007. TinyECC is a highly configurable ECC library for wireless sensor nodes running TinyOS and supports Weierstraß curves over arbitrary prime fields. To Permission to make digital or hard copies of all or part of this work for increase efficiency, TinyECC contains special optimizations personal or classroom use is granted without fee provided that copies are for standardized 128, 160, and 192-bit fields. not made or distributed for profit or commercial advantage and that copies bear this notice and the full citation on the first page. To copy otherwise, to In this paper, we describe a carefully-optimized software republish, to post on servers or to redistribute to lists, requires prior specific implementation of ECC for 8-bit AVR-based sensor nodes permission and/or a fee. like the MICAz and IRIS motes. The aim of our work is to Cryptology ePrint Archive, Report 2012/730, http://eprint.iacr.org, 2013. advance the state-of-the-art in lightweight ECC for WSNs 3. TWISTED EDWARDS CURVES by exploring the potential of new families of elliptic curves In July 2007, Harold Edwards introduced a normal form and prime fields with special arithmetic properties. In con- for elliptic curves along with a simple, symmetric addition trast, most existing ECC libraries for 8-bit AVR processors law [10]. Bernstein and Lange [5] established the relevance (in particular TinyECC) are optimized for curves and fields of Edwards’ work for elliptic curve cryptography and came that have been standardized by such bodies as the Natinal up with more efficient formulas for point addition and dou- Institute of Standards and Technology (NIST) [21]. These bling using standard projective coordinates [14]. They also so-called NIST curves were specified some 15 years ago and extended Edwards’ curve definition to a more general form do not reflect the current state-of-the-art of ECC in terms that covers a much larger class of elliptic curves. In formal of efficiency. Our implementation “departs” from these old terms, a so-called Edwards curve over a prime field Fp can standards and puts forward a novel approach for ECC on be described by the equation1 small sensor nodes that combines twisted Edwards curves 2 2 2 2 (which provide very fast point arithmetic [4]) with so-called E : x + y = 1 + dx y (1) Optimal Prime Fields (which allow for efficient modular re- with d ∈ Fp \{0, 1}. Edwards curves have some attractive duction [24]). Besides achieving high performance, we also properties for practical use, most notably efficiency of the aim for a “lightweight” implementation with low RAM and point arithmetic and completeness of the addition law when ROM footprint. Therefore, we use the conventional double- d is not a square in p. Completeness means the addition and-add method for scalar multiplication, even though one F formula is valid for all P, Q ∈ E(Fp), including the special could reach better execution times at the cost of additional cases P = Q, P = −Q, P = O, and Q = O. Bernstein and memory for storing multiples of the base point. Our results Lange [5] also showed that every Edwards curve contains a show that an 8-bit sensor node, such as the MICAz mote, is point of order 4 and, thus, has a co-factor of h ≥ 4. able to perform a full 160-bit scalar multiplication in some 6 In 2008, Bernstein et al [4] introduced twisted Edwards 5.8 · 10 clock cycles, which is about 2.78 times faster than curves as a generalization of Edwards curves. Formally, a the widely-used TinyECC library. twisted Edwards curve over a prime field Fp is defined via the equation 2. OPTIMAL PRIME FIELDS 2 2 2 2 The specific field we use for our implementation belongs E : ax + y = 1 + dx y (2) to the family of Optimal Prime Fields (OPFs), which were where a and d are distinct, non-zero elements of Fp. Bern- originally introduced in [11]. These fields are represented by stein et al observed empirically that the twisted Edwards k “low-weight” primes of the form p = u · 2 + v, where u and form covers much more curves than the “original” Edwards k v are relatively small compared to 2 ; in our case, u has a form2 based on Equation 1. Furthermore, as demonstrated length of 16 bits so that it fits into two 8-bit registers of an in [4], every twisted Edwards curve over a non-binary field AVR processor, and v is equal to 1. A concrete example is q is birationally equivalent over q to a Montgomery curve 144 F F p = 65356 · 2 + 1, which is a 160-bit prime that looks as (i.e. every twisted Edwards curve can be transformed to a follows when written in hex notation. Montgomery curve, and vice versa). Bernstein et al [4] also 0xFF4C000000000000000000000000000000000001 presented explicit formulas for addition and doubling on a twisted Edwards curve; these formulas are complete if a is Primes of such a form are characterized by a low Hamming a square and d a non-square in the underlying field. weight because only the two most significant bytes and the least significant byte are non-zero; all other “middle” bytes 3.1 Curve Generation are zero. The low weight of p allows for optimization of the The security of elliptic curve cryptosystems relies on the modular arithmetic as only the non-zero bytes of p need to computational intractability of the Elliptic Curve Discrete be processed in the reduction operation.
Recommended publications
  • Montgomery Curves and the Montgomery Ladder
    Montgomery curves and the Montgomery ladder Daniel J. Bernstein and Tanja Lange Technische Universiteit Eindhoven, The Netherlands University of Illinois at Chicago, USA Abstract. The Montgomery ladder is a remarkably simple method of computing scalar multiples of points on a broad class of elliptic curves. This article surveys a wide range of topics related to the Montgomery ladder, both from the historical perspective of Weierstrass curves and from the modern perspective of Edwards curves. New material includes a full proof of a complete constant-time ladder algorithm suitable for cryptographic applications. This article is planned to appear as Chapter 4 of the book Topics in Com- putational Number Theory inspired by Peter L. Montgomery, edited by Joppe W. Bos and Arjen K. Lenstra. Two cross-references are to de- scriptions of ECM in FFT extension for algebraic-group factorization algorithms, by Richard P. Brent, Alexander Kruppa, and Paul Zimmer- mann, which is planned to appear as Chapter 9 of the same book. Author list in alphabetical order; see https://www.ams.org/profession/ leaders/culture/CultureStatement04.pdf. This work was supported by the Commission of the European Communities through the Horizon 2020 program under project ICT-645421 (ECRYPT-CSA), by the U.S. National Sci- ence Foundation under grants 1018836 and 1314919, and by the Netherlands Organisation for Scientific Research (NWO) under grant 639.073.005. “Any opinions, findings, and conclusions or recommendations expressed in this ma- terial are those of the author(s) and do not necessarily reflect the views of the National Science Foundation” (or other funding agencies).
    [Show full text]
  • Twisted Edwards Curves
    Twisted Edwards Curves Daniel J. Bernstein1, Peter Birkner2, Marc Joye3, Tanja Lange2, and Christiane Peters2 1 Department of Mathematics, Statistics, and Computer Science (M/C 249) University of Illinois at Chicago, Chicago, IL 60607–7045, USA [email protected] 2 Department of Mathematics and Computer Science Technische Universiteit Eindhoven, P.O. Box 513, 5600 MB Eindhoven, Netherlands [email protected], [email protected], [email protected] 3 Thomson R&D France Technology Group, Corporate Research, Security Laboratory 1 avenue de Belle Fontaine, 35576 Cesson-S´evign´eCedex, France [email protected] Abstract. This paper introduces “twisted Edwards curves,” a general- ization of the recently introduced Edwards curves; shows that twisted Edwards curves include more curves over finite fields, and in particular every elliptic curve in Montgomery form; shows how to cover even more curves via isogenies; presents fast explicit formulas for twisted Edwards curves in projective and inverted coordinates; and shows that twisted Edwards curves save time for many curves that were already expressible as Edwards curves. Keywords: Elliptic curves, Edwards curves, twisted Edwards curves, Montgomery curves, isogenies. 1 Introduction Edwards in [13], generalizing an example from Euler and Gauss, introduced an addition law for the curves x2 + y2 = c2(1 + x2y2) over a non-binary field k. Edwards showed that every elliptic curve over k can be expressed in the form x2 + y2 = c2(1 + x2y2) if k is algebraically closed. However, over a finite field, only a small fraction of elliptic curves can be expressed in this form. Bernstein and Lange in [4] presented fast explicit formulas for addition and doubling in coordinates (X : Y : Z) representing (x, y) = (X/Z, Y/Z) on an Edwards curve, and showed that these explicit formulas save time in elliptic- curve cryptography.
    [Show full text]
  • Curve25519 for the Cortex-M4 and Beyond
    Curve25519 for the Cortex-M4 and beyond Hayato Fujii and Diego F. Aranha Institute of Computing – University of Campinas [email protected], [email protected] Abstract. We present techniques for the implementation of a key ex- change protocol and digital signature scheme based on the Curve25519 elliptic curve and its Edwards form, respectively, in resource-constrained ARM devices. A possible application of this work consists of TLS deploy- ments in the ARM Cortex-M family of processors and beyond. These devices are located towards the lower to mid-end spectrum of ARM cores, and are typically used on embedded devices. Our implementa- tions improve the state-of-the-art substantially by making use of novel implementation techniques and features specific to the target platforms. Keywords: ECC, Curve25519, X25519, Ed25519, ARM processors, Cortex- M. 1 Introduction The growing number of devices connected to the Internet collecting and storing sensitive information raises concerns about the security of their communications and of the devices themselves. Many of them are equipped with microcontrollers constrained in terms of computing or storage capabilities, and lack tamper re- sistance mechanisms or any form of physical protection. Their attack surface is widely open, ranging from physical exposure to attackers and ease of access through remote availability. While designing and developing efficient and secure implementations of cryptography is not a new problem and has been an active area of research since at least the birth of public-key cryptography, the appli- cation scenarios for these new devices imposes new challenges to cryptographic engineering. A possible way to deploy security in new devices is to reuse well-known and well-analyzed building blocks, such as the Transport Layer Security (TLS) proto- col.
    [Show full text]
  • CRYPTREC Review of Eddsa CRYPTREC EX-3003-2020
    CRYPTREC EX-3003-2020 CRYPTREC Review of EdDSA Steven D. Galbraith Mathematics Department, University of Auckland, Auckland, New Zealand. [email protected] 1 Executive summary The EdDSA signature scheme is a digital signature based on the Elliptic Curve Discrete Logarithm Problem (ECDLP). It was proposed by Bernstein, Duif, Lange, Schwabe and Yang in 2012 [18]. It builds on a long line of discrete logarithm based signature schemes, including Elgamal, Schnorr, DSA, and ECDSA. The security of signature schemes of this type is well-understood, and elliptic curve cryptography is a mature field. My conclusions and opinions: 1. EdDSA is a good design for a signature scheme (except perhaps for the key clamping, see Section 6.1, which seems to cause more difficulties than it provides benefits). 2. EdDSA is more closely related to Schnorr signatures than ECDSA, and so enjoys many of the rigorous security guarantees that are known for Schnorr signatures, including recent work on tight security proofs. 3. Deterministic signatures solve some of the security problems of discrete log signatures, but constant time imple- mentation is still critical in many settings. 4. EdDSA is superior to ECDSA when doing batch verification of a large number of signatures. 5. Curve 25519 provides a high level of security for the next 10-20 years, and 448-bit keys (such as in Ed448) are over-conservative and not recommended. 6. It is unlikely that quantum computers capable of solving 256-bit ECDLP instances can be built within the next 10 years. 7. I am confident that EdDSA using Curve25519 is a good signature scheme for use up to 2030.
    [Show full text]
  • Ecm Using Edwards Curves
    MATHEMATICS OF COMPUTATION Volume 82, Number 282, April 2013, Pages 1139–1179 S 0025-5718(2012)02633-0 Article electronically published on November 20, 2012 ECM USING EDWARDS CURVES DANIEL J. BERNSTEIN, PETER BIRKNER, TANJA LANGE, AND CHRISTIANE PETERS Abstract. This paper introduces EECM-MPFQ, a fast implementation of the elliptic-curve method of factoring integers. EECM-MPFQ uses fewer modu- lar multiplications than the well-known GMP-ECM software, takes less time than GMP-ECM, and finds more primes than GMP-ECM. The main improve- ments above the modular-arithmetic level are as follows: (1) use Edwards curves instead of Montgomery curves; (2) use extended Edwards coordinates; (3) use signed-sliding-window addition-subtraction chains; (4) batch primes to increase the window size; (5) choose curves with small parameters and base points; (6) choose curves with large torsion. 1. Introduction Factorization of integers is one of the most studied problems in algorithmic number theory and cryptology. One of the best general factorization methods available is the Elliptic-Curve Method (ECM), introduced in the 1987 paper [33] by Hendrik W. Lenstra, Jr. ECM plays an important role in factoring the “random” integers of interest to number theorists: it is not as fast as trial division and Pollard’s rho method for finding tiny prime factors, but it is the method of choice for finding medium-size prime factors. ECM also plays an important role in factoring the “hard” integers of interest to cryptologists: those integers are attacked by sieving methods, which use ECM to find medium-size prime factors of auxiliary integers.
    [Show full text]
  • Fast and Compact Elliptic-Curve Cryptography
    Fast and compact elliptic-curve cryptography Mike Hamburg∗ Abstract Elliptic curve cryptosystems have improved greatly in speed over the past few years. Here we outline a new elliptic curve signature and key agreement implementation which achieves record speeds while remaining relatively compact. For example, on Intel Sandy Bridge, a curve with about 2250 points produces a signature in just under 52k clock cycles, verifies in under 170k clock cycles, and computes a Diffie- Hellman shared secret in under 153k clock cycles. Our implementation has a small footprint: the library is under 60kB. Our implementation is also fast on ARM processors, verifying a signature in under 625k Tegra-2 cycles. We introduce faster field arithmetic, a new point compression al- gorithm, an improved fixed-base scalar multiplication algorithm and a new way to verify signatures without inversions or coordinate recovery. Some of these improvements should be applicable to other systems. 1 Introduction Of the many applications for digital signatures, most use some variant of the venerable RSA scheme. RSA signatures have several advan- tages, such as age, simplicity and extreme speed of verification. For ∗Cryptography Research, a division of Rambus. 1 example, NIST's recommendations [2] hold RSA-2048 and the elliptic 1 curve signature scheme ECDSA-p224 to be similarly secure , and the former verifies signatures more than 13× faster than the latter [7]. Elliptic curve signatures have many advantages, however. Current attacks against elliptic curves scale exponentially with key size. There- fore ECC key and signatures can be considerably smaller than their RSA counterparts, and key generation and signing are much faster.
    [Show full text]
  • Fourq: Four-Dimensional Decompositions on a Q-Curve Over the Mersenne Prime
    FourQ: four-dimensional decompositions on a Q-curve over the Mersenne prime Craig Costello and Patrick Longa Microsoft Research, USA {craigco,plonga}@microsoft.com Abstract. We introduce FourQ, a high-security, high-performance elliptic curve that targets the 128- bit security level. At the highest arithmetic level, cryptographic scalar multiplications on FourQ can use a four-dimensional Gallant-Lambert-Vanstone decomposition to minimize the total number of el- liptic curve group operations. At the group arithmetic level, FourQ admits the use of extended twisted Edwards coordinates and can therefore exploit the fastest known elliptic curve addition formulas over large prime characteristic fields. Finally, at the finite field level, arithmetic is performed modulo the extremely fast Mersenne prime p = 2127 − 1. We show that this powerful combination facilitates scalar multiplications that are significantly faster than all prior works. On Intel's Broadwell, Haswell, Ivy Bridge and Sandy Bridge architectures, our software computes a variable-base scalar multiplication in 50,000, 56,000, 69,000 cycles and 72,000 cycles, respectively; and, on the same platforms, our soft- ware computes a Diffie-Hellman shared secret in 80,000, 88,000, 104,000 cycles and 112,000 cycles, respectively. These results show that, in practice, FourQ is around four to five times faster than the original NIST P-256 curve and between two and three times faster than curves that are currently under consideration as NIST alternatives, such as Curve25519. 1 Introduction 2 2 2 2 This paper introduces a new, complete twisted Edwards [5] curve E(Fp2 ): −x + y = 1 + dx y , 127 where p is the Mersenne prime p = 2 − 1, and d is a non-square in Fp2 .
    [Show full text]
  • Elliptic Curve Cryptography: Theory for Eddsa
    Elliptic Curve Cryptography: Theory for EdDSA Lukas Prokop July 2014 to April 2016 Contents 1 Theoretical background 4 1.1 Group ............................................. 4 1.2 Ring .............................................. 4 1.3 Field .............................................. 4 1.4 Elliptic curves ........................................ 5 1.5 Coordinate systems ..................................... 5 1.6 Legendre symbol ....................................... 6 1.7 Extended euclidean algorithm ............................... 7 1.8 Multiplicative inverse .................................... 7 2 Curves 7 2.1 Simple Weierstrass curve .................................. 7 2.2 Montgomery curve ..................................... 7 2.3 Edwards curve ........................................ 8 2.4 Twisted Edwards curve ................................... 9 2.5 Binary Edwards curves ................................... 10 3 Birational equivalences 10 3.1 Weierstrass Curve to Montgomery Curve ......................... 10 3.2 Montgomery Curve to Weierstrass Curve ......................... 10 3.3 Edwards Curve to smooth Weierstrass Curve ....................... 11 3.4 Montgomery Curve to Edwards Curve ........................... 11 1 3.5 Edwards Curve to Montgomery Curve ........................... 11 3.6 Montgomery Curve to Twisted Edwards Curve ...................... 11 3.7 Twisted Edwards Curve to Montgomery Curve ...................... 11 3.8 Twisted Edwards Curve to Weierstrass Curve ....................... 12 3.9 Weierstrass
    [Show full text]
  • Recommendation for Discrete Logarithm-Based Cryptography
    1 Draft NIST Special Publication 800-186 2 3 Recommendations for Discrete 4 Logarithm-Based Cryptography: 5 Elliptic Curve Domain Parameters 6 7 Lily Chen 8 Dustin Moody 9 Andrew Regenscheid 10 Karen Randall 11 12 13 14 15 C O M P U T E R S E C U R I T Y 16 17 18 Draft NIST Special Publication 800-186 19 20 Recommendations for Discrete 21 Logarithm-Based Cryptography: 22 Elliptic Curve Domain Parameters 23 24 Lily Chen 25 Dustin Moody 26 Andrew Regenscheid 27 Computer Security Division 28 Information Technology Laboratory 29 30 Karen Randall 31 Randall Consulting 32 Dover, NH 33 34 35 This publication is available free of charge from: 36 https://doi.org/10.6028/NIST.SP.800-186-draft 37 38 39 October 2019 40 41 42 43 44 U.S. Department of Commerce 45 Wilbur L. Ross, Jr., Secretary 46 47 National Institute of Standards and Technology 48 Walter Copan, NIST Director and Under Secretary of Commerce for Standards and Technology 49 Authority 50 This publication has been developed by NIST in accordance with its statutory responsibilities under the 51 Federal Information Security Modernization Act (FISMA) of 2014, 44 U.S.C. § 3551 et seq., Public Law 52 (P.L.) 113-283. NIST is responsible for developing information security standards and guidelines, including 53 minimum requirements for federal information systems, but such standards and guidelines shall not apply 54 to national security systems without the express approval of appropriate federal officials exercising policy 55 authority over such systems. This guideline is consistent with the requirements of the Office of Management 56 and Budget (OMB) Circular A-130.
    [Show full text]
  • Online Template Attack on a Hardware Implementation of Fourq
    Master Thesis Computer Science Radboud University Online Template Attack on a Hardware Implementation of FourQ Author First supervisor & assessor Tom Sandmann Dr. Lejla Batina s4330048 [email protected] Second assessor MSc. Pedro Maat C. Massolino [email protected] 07/08/2018 . Abstract Electronic devices can perform all sorts of operations which we can analyze. We can either analyze a single operation executed by the device, or a full execution. Side-channel attacks (SCAs) exploit the relation between information leaked through a side-channel and the corresponding secret data. Different types of side-channels can be used: timing information, power consumption and electromagnetic signals are all information sources that can be used in SCAs. When we consider an implementation on a specific device, we can use these side channels to obtain secret information stored or used in this device. This can break secrecy assumptions about confidential information used in these devices. In Elliptic Curve Cryptography (ECC), we use public and private keys to encrypt and decrypt messages. If we have an encrypted message, the original message can only be obtained if one knows the corresponding private key. Construction of these keys depends on a problem that makes it particularly hard to obtain the private key assuming the public key is accessible to anyone. With respect to ECC, the difficulty of this problem depends on the intractability of determining k from Q = kP where the points P and Q are known. This computation of kP is also known as scalar multiplication. In [11], a new curve called FourQ is introduced.
    [Show full text]
  • Twisted Hessian Curves
    Twisted Hessian curves Daniel J. Bernstein1;2, Chitchanok Chuengsatiansup1, David Kohel3, and Tanja Lange1 1 Department of Mathematics and Computer Science Technische Universiteit Eindhoven P.O. Box 513, 5600 MB Eindhoven, The Netherlands [email protected], [email protected] 2 Department of Computer Science University of Illinois at Chicago Chicago, IL 60607{7045, USA [email protected] 3 Institut de Math´ematiquesde Marseille Aix-Marseille Universit´e 163, avenue de Luminy, Case 907 13288 Marseille CEDEX 09, France [email protected] Abstract. This paper presents new speed records for arithmetic on a large family of elliptic curves with cofactor 3: specifically, 8:77M per bit for 256-bit variable-base single-scalar multiplication when curve param- eters are chosen properly. This is faster than the best results known for cofactor 1, showing for the first time that points of order 3 are useful for performance and narrowing the gap to the speeds of curves with cofactor 4. Keywords: efficiency, elliptic-curve arithmetic, double-base chains, fast arithmetic, Hessian curves, complete addition laws 1 Introduction For efficiency reasons, it is desirable to take the cofactor to be as small as possible. | \Recommended elliptic curves for federal government use", National Institute of Standards and Technology, 1999 [47] All of NIST's standard prime-field elliptic curves have cofactor 1. However, by now there is overwhelming evidence that cofactor 1 does not provide the best This work was supported by the U.S. National Science Foundation under grants 0716498 and 1018836; by the Agence Nationale de la Recherche grant ANR-12- BS01-0010-01; by the Netherlands Organisation for Scientific Research (NWO) under grants 639.073.005 and 613.001.011; and by the European Commission under Con- tract ICT-645421 ECRYPT-CSA.
    [Show full text]
  • Edwards Curves
    Edwards Curves Christiane Peters Technische Universiteit Eindhoven S´eminaire de Cryptographie Rennes June 20, 2008 1. Elliptic curves in Edwards form 2. Addition law 3. Fast explicit formulas 4. Twisted Edwards Curves –p.2 Addition on a clock 2 2 Unit circle x + y = 1. y Let xi = sin(αi), yi = cos(αi). O neutral = (0, 1) • x3 = sin(α1 + α2) P1 = (x1,y1) α1 ÑÑ• = sin(α1) cos(α2) + cos(α1) sin(α2) ÑÑ Ñ iii• P2 = (x2,y2) iÑPÑiii y3 = cos(α1 + α2) PPP / x PPP = cos(α1)cos(α2) − sin(α1) sin(α2) • P3 = (x3,y3) Addition of angles defines commutative group law (x1,y1) + (x2,y2) = (x3,y3), where x3 = x1y2 + y1x2 and y3 = y1y2 − x1x2. Fast but not elliptic; low security. –p.3 Elliptic curve in Edwards form over a non-binary field k y O neutral = (0, 1) • 2 2 2 2 x + y =1+ dx y , P1 = (x1,y1) • P = (x ,y ) where d ∈ k \ {0, 1}. [f fffff• 2 2 2 [[[[[[• / x P3 = (x3,y3) We add two points (x1,y1), (x2,y2) on E according to the Edwards addition law x1y2 + x2y1 y1y2 − x1x2 (x1,y1), (x2,y2) 7→ , . 1+ dx1x2y1y2 1 − dx1x2y1y2 –p.4 Elliptic? Short answer: Projective coordinates (X2 + Y 2)Z2 = Z4 + dX2Y 2 imply at first glance two singular points at infinity: (1 : 0 : 0), (0 : 1 : 0). Blow up yields two points of order 2 and two points of order 4. Easy way to see is approach from curves in Montgomery form. –p.5 1. Elliptic curves in Edwards form 2.
    [Show full text]