Maire Model of an Elliptic Curve)

Total Page:16

File Type:pdf, Size:1020Kb

Maire Model of an Elliptic Curve) INVERTED BINARY EDWARDS COORDINATES (MAIRE MODEL OF AN ELLIPTIC CURVE) by STEVEN M. MAIRE Submitted in partial fulfillment of the requirements for the degree of Master of Science Dissertation Advisor: Dr. David Singer Department of Mathematics CASE WESTERN RESERVE UNIVERSITY May, 2014 CASE WESTERN RESERVE UNIVERSITY SCHOOL OF GRADUATE STUDIES We hereby approve the thesis/dissertation of STEVEN M. MAIRE candidate for the Master of Science degree*. Dr. David Singer Dr. Elisabeth Werner Dr. Johnathan Duncan (date) March 25, 2014 *We also certify that written approval has been obtained for any proprietary material contained therein. Dedication To my mother, Lynda O. Maire, whose lessons to me as a child came as encrypted signals, where the only cipher, is time. i Contents Dedication i List of Tables iv List of Figures v Acknowledgements vi Abstract vii 1 Introduction 1 1.1 Elliptic Curves in Cryptography . .1 2 Weierstrass Form: Paving the Way 3 2.1 Weierstrass Addition Law . .4 2.1.1 Geometric Interpretation . .4 2.1.2 Algebraic Interpretation . .6 3 Edwards Curves: Unifying Finite Field Operations 9 3.1 The Addition Law . 10 3.1.1 Geometric Interpretation . 11 3.1.2 Algebraic Interpretation . 12 4 Binary Edwards Curves: Doubling down on Deuces 14 4.1 Building the New Shape for the Edwards' Form . 14 4.2 The First Complete Addition Law Over a Binary Field . 16 ii CONTENTS CONTENTS 5 Maire Model 18 5.1 Inverted Binary Edwards . 19 5.2 The Addition Law . 21 5.3 Operations Unification . 23 6 Elliptic Curves in Cryptography: A Revolution 25 6.1 Advantages of the Edwards' Forms . 25 6.2 Further Research . 27 iii List of Tables iv List of Figures 2.1 A graph depicting the geometrical 'chord and tangent method' of elliptic curve addtion. The solid red line denotes the 'addition line' while the dashed line denotes reflection. (Left) distinct point addi- tion, and (Right) point doubling. .5 3.1 A graph depicting the geometry of Edwards curve addition. The solid red line denotes the 'addition line' while the dashed line de- notes reflection. (Left) distinct point addition, and (Right) point doubling. 12 v Acknowledgements I would like to thank Dr. David Singer for his knowledge and guidance througout this entire process. Without the influence and passion that he shows inside and outside the classroom, I am sure that I would never have gained the appreciation and joy that I have today for mathematics. I would also like to thank my committee for their time, and patience as well as intellectual input they have had within this process. I could not ask for a better group of mathematicians who could help guide me along my way. And last, but certainly not least, each and all of the faculty of the Department of Mathematics, Applied Mathematics, and Statistics. My career at this university has been different to say the least. I am only able to be where I am today with their continued support as an undergraduate, while oversees, and now with my pursuit as a Master's. vi INVERTED BINARY EDWARDS COORDINATES (MAIRE MODEL OF AN ELLIPTIC CURVE) Abstract by STEVEN M. MAIRE Edwards curves are a fairly new way of expressing a family of elliptic curves that contain extremely desirable cryptographic properties over other forms that have been used. The most notable is the notion of a complete and unified addition law. This property makes Edwards curves extremely strong against side-channel attacks. In the analysis and continual development of Edwards curves, it has been seen in the original Edwards form that the use of inverted coordinates creates a more efficient addition/doubling algorithm. Using inverted coordinates, the field oper- ations drop from 10M + 1S (given correctly chosen curve parameters), to 9M + 1S. The sarcrifice is the loss of completeness, but unification remains. This pa- per examines the use of the inverted coordinates system over the binary Edwards form, and shows the underlying advantages of this transformation. vii Chapter 1 Introduction 1.1 Elliptic Curves in Cryptography Ten years after the beginning of the idea of asymmetric cryptosystems, elliptic curves came onto the scene of public key cryptography. In 1985, Neal Koblitz and Victor Miller independently came up with a scheme that implemented the algebra that exists over an elliptic curve. The Diffie-Hellman key exchange, which was originally published in 1976, based its security on the non-existence of sub- exponential algorithms to solve the discrete log problem. Using this as a model, Koblitz and Miller proposed the elliptic curve discrete log problem. The use of elliptic curves allowed for the same level of security as the original Diffie-Hellman algorithm, except with smaller key sizes. In utilizing the power of finite fields in computation, Koblitz and Miller were able to take advantage of the geometric, and algebraic, structure of elliptic curves in order to create a more difficult trap-door function. Although mathematically speaking, elliptic curves are a completely valid way to securing information, the implementation leaves it vulnerable to attack. In 1999, Paul Kocher along with others in [2] published one of the first type of attacks known as side-channel at- tacks. This class of attacks used information within the implementation to give 1 1.1. ELLIPTIC CURVES IN CRYPTOGRAPHYCHAPTER1. INTRODUCTION them clues to the solution. Differential power analysis, timing analysis, acoustic cryptanalysis, and data reminiscence are all examples of how the attacker can gain information about the solution before even beginning to compute a solution through any brute force algorithm. To side-step the side-channel attacks, Harold Edwards, published his paper in 2007 that presented a form of elliptic curves (over a large prime characteristic fields) that contained an addition law on the group that was strongly unified, successfully negating the ability to gain information about secured data from the side-channel information. In the following chapter, we first begin by defining the geometric and algebraic definition of the Weierstrass form. After establishing that understanding, in chap- ter 3, we move directly into the contribution of Edwards as well as Bernstein and Lange through the introduction of the binary Edwards curves. In chapter 4, we examine a different map into the homogeneous coordinate system and how it can improve upon the original binary Edwards curve. 2 Chapter 2 Weierstrass Form: Paving the Way To define most simply, an elliptic curve is \a smooth, projective algebraic curve of genus one." We begin our examination by defining this idea of an elliptic curve in the affine coordinate system (x; y) over some field K. Let us, for now, say that char(K) 6= 2; 3, then an elliptic curve is an equation of the form: E(K): y2 = x3 + Ax + B where A; B are constants in the algebraic closure the field K (although these constants are most likely within the actual field). Together with the point at infinity, denoted 1, the points on this curve form a group where the identity (or neutral) element is 1. We must ensure that the elliptic curve stated above is non − singular, i.e. contains no cusps, or self-intersections. The way that we can guarantee that is by going back to the original definition of an elliptic curve. There is an assumption that an elliptic curve has genus one, ensures that the discriminant (denoted ∆) must not be zero. If the disciminant was zero, then we have a double root. This double root causes issues topologically because is would imply that the curve is no longer genus one, and therefore not elliptic. For this form of the elliptic curve, the discriminant is defined as: ∆ = 4A3 + 27B2 3 2.1. WEIERSTRASS ADDITION WEIERSTRASS LAWCHAPTER2. FORM: PAVING THE WAY We can include characteristic 2 and 3 fields to yield more generalized form of the Weierstrass equation, which would give us an elliptic curve: 2 3 2 y + a1xy + a3y = x + a2x + a4x + a6 where a1; :::; a6 are constants within the algebraic closure of the field K. When we begin to define the properties of an elliptic curve, we will start with the Weier- strass form, and move more generally to include fields of characteristic 2, and 3 as necessary. Now that we have a more explicit definition of what an elliptic curve will be, we can construct the addition law that makes up the group operation. 2.1 Weierstrass Addition Law Now that we have the parameters that make up the Weierstrass form of what an elliptic curve is within the affine coordinate system we can define the addition law that is found over this family of curves. We will examine these, both from the geometric as well as the algebraic perspectives. Both examinations will be important later on when we begin to transform our elliptic curve. 2.1.1 Geometric Interpretation In order to understand the addition law geometrically, we start by stating a the- orem from algebraic geometry. Theorem: B´ezout'sTheorem. Let f; g 2 R be nonzero polynomials of degrees m; n, respectively, that share no common factors. Let C, and D be two plane curves, described by equations f(X; Y ) = 0 and g(X; Y ) = 0 Then the total number of intersection points of C and D, including multiplicities and ideal intersections, is exactly mn. The proof of B´ezout'stheorem can be found in any algebraic geometry textbook, so here we omit it. When we are considering the cubic elliptic curve as defined above, we can see that a line of the form y = mx+b must intersect the curve three 4 2.1. WEIERSTRASS ADDITION WEIERSTRASS LAWCHAPTER2. FORM: PAVING THE WAY Figure 2.1: A graph depicting the geometrical 'chord and tangent method' of elliptic curve addtion.
Recommended publications
  • 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]
  • Efficient Elliptic Curve Diffie-Hellman Computation at the 256-Bit Security
    Efficient Elliptic Curve Diffie-Hellman Computation at the 256-bit Security Level Kaushik Nath and Palash Sarkar Applied Statistics Unit Indian Statistical Institute 203, B. T. Road Kolkata - 700108 India fkaushikn r,[email protected] Abstract In this paper we introduce new Montgomery and Edwards form elliptic curve targeted at the 506 510 256-bit security level. To this end, we work with three primes, namely p1 := 2 − 45, p2 = 2 − 75 521 and p3 := 2 − 1. While p3 has been considered earlier in the literature, p1 and p2 are new. We define a pair of birationally equivalent Montgomery and Edwards form curves over all the three primes. Efficient 64-bit assembly implementations targeted at Skylake and later generation Intel processors have been made for the shared secret computation phase of the Diffie-Hellman key agree- ment protocol for the new Montgomery curves. Curve448 of the Transport Layer Security, Version 1.3 is a Montgomery curve which provides security at the 224-bit security level. Compared to the best publicly available 64-bit implementation of Curve448, the new Montgomery curve over p1 leads to a 3%-4% slowdown and the new Montgomery curve over p2 leads to a 4:5%-5% slowdown; on the other hand, 29 and 30.5 extra bits of security respectively are gained. For designers aiming for the 256-bit security level, the new curves over p1 and p2 provide an acceptable trade-off between security and efficiency. Keywords: Elliptic curve cryptography, Elliptic curve Diffie-Hellman key agreement, Montgomery form, Edwards form, 256-bit security.
    [Show full text]
  • BINARY EDWARDS CURVES in ELLIPTIC CURVE CRYPTOGRAPHY by Graham Enos a Dissertation Submitted to the Faculty of the University Of
    BINARY EDWARDS CURVES IN ELLIPTIC CURVE CRYPTOGRAPHY by Graham Enos A dissertation submitted to the faculty of The University of North Carolina at Charlotte in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Applied Mathematics Charlotte 2013 Approved by: Dr. Yuliang Zheng Dr. Gabor Hetyei Dr. Thomas Lucas Dr. Evan Houston Dr. Shannon Schlueter ii ©2013 Graham Enos ALL RIGHTS RESERVED iii ABSTRACT GRAHAM ENOS. Binary edwards curves in elliptic curve cryptography. (Under the direction of DR. YULIANG ZHENG) Edwards curves are a new normal form for elliptic curves that exhibit some cryp- tographically desirable properties and advantages over the typical Weierstrass form. Because the group law on an Edwards curve (normal, twisted, or binary) is complete and unified, implementations can be safer from side channel or exceptional procedure attacks. The different types of Edwards provide a better platform for cryptographic primitives, since they have more security built into them from the mathematic foun- dation up. Of the three types of Edwards curves|original, twisted, and binary|there hasn't been as much work done on binary curves. We provide the necessary motivation and background, and then delve into the theory of binary Edwards curves. Next, we examine practical considerations that separate binary Edwards curves from other recently proposed normal forms. After that, we provide some of the theory for bi- nary curves that has been worked on for other types already: pairing computations. We next explore some applications of elliptic curve and pairing-based cryptography wherein the added security of binary Edwards curves may come in handy.
    [Show full text]
  • Two Kinds of Division Polynomials for Twisted Edwards Curves
    Two Kinds of Division Polynomials For Twisted Edwards Curves Richard Moloney and Gary McGuire∗ School of Mathematical Sciences University College Dublin Ireland Email: [email protected], [email protected] December 1, 2018 Abstract This paper presents two kinds of division polynomials for twisted Edwards curves. Their chief property is that they characterise the n-torsion points of a given twisted Edwards curve. We also present results concerning the coefficients of these polynomials, which may aid computation. 1 Introduction The famous last entry in the diary of Gauss concerns the curve with equation x2 + y2 + x2y2 = 1 (1) 2 3 and its rational points over Fp. This curve is related to the elliptic curve y = 4x − 4x. The idea of division polynomials on a curve with a group law on its points, is that we try to write down a formula for [n]P in terms of the coordinates of P , where [n]P denotes P added to itself n times under the group law. In this paper we shall give two distinct arXiv:0907.4347v1 [math.AG] 24 Jul 2009 solutions to this problem, in the general context of twisted Edwards curves, of which (1) is a special case. Edwards [5], generalising (1), introduced an addition law on the curves x2 + y2 = c2(1 + x2y2) for c ∈ k, where k is a field of characteristic not equal to 2. He showed that every elliptic curve over k is birationally equivalent (over some extension of k) to a curve of this form. ∗ Research supported by Claude Shannon Institute, Science Foundation Ireland Grant 06/MI/006, and Grant 07/RFP/MATF846, and the Irish Research Council for Science, Engineering and Technology 1 In [3], Bernstein and Lange generalised this addition law to the curves x2+y2 = 1+dx2y2 for d ∈ k \ {0, 1}.
    [Show full text]
  • Curves, Codes, and Cryptography Copyright C 2011 by Christiane Peters
    Curves, Codes, and Cryptography Copyright c 2011 by Christiane Peters. Printed by Printservice Technische Universiteit Eindhoven. Cover: Starfish found in Bouldin Creek, Austin, Texas. Fossils originate from the late Cretaceous, about 85 million years ago. Picture taken by Laura Hitt O’Connor at the Texas Natural Science Center, Austin, Texas. Design in cooperation with Verspaget & Bruinink. CIP-DATA LIBRARY TECHNISCHE UNIVERSITEIT EINDHOVEN Peters, Christiane Curves, Codes, and Cryptography / by Christiane Peters. – Eindhoven: Technische Universiteit Eindhoven, 2011. Proefschrift. – ISBN 978-90-386-2476-1 NUR 919 Subject heading: Cryptology 2000 Mathematics Subject Classification: 94A60, 11Y16, 11T71 Curves, Codes, and Cryptography PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Technische Universiteit Eindhoven, op gezag van de rector magnificus, prof.dr.ir. C.J. van Duijn, voor een commissie aangewezen door het College voor Promoties in het openbaar te verdedigen op dinsdag 10 mei 2011 om 16.00 uur door Christiane Pascale Peters geboren te Paderborn, Duitsland Dit proefschrift is goedgekeurd door de promotoren: prof.dr. T. Lange en prof.dr. D.J. Bernstein Fur¨ meine Eltern Angelika und Jurgen¨ Peters Thanks I would like to thank many people for their support and company during my Ph.D. studies. First of all, I am most grateful to my supervisors Tanja Lange and Daniel J. Bernstein. I thank Tanja for giving me the opportunity to come to Eindhoven to do research and to get to know the (crypto) world. I thank Tanja and Dan for letting me participate in great projects such as working on Edwards curves in cryptographic and number-theoretic settings, and for helping me find my way into the world of code-based cryptography.
    [Show full text]
  • BINARY EDWARDS CURVES in ELLIPTIC CURVE CRYPTOGRAPHY by Graham Enos a Dissertation Submitted to the Faculty of the University Of
    BINARY EDWARDS CURVES IN ELLIPTIC CURVE CRYPTOGRAPHY by Graham Enos A dissertation submitted to the faculty of The University of North Carolina at Charlotte in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Applied Mathematics Charlotte 2013 Approved by: Dr. Yuliang Zheng Dr. Gabor Hetyei Dr. Thomas Lucas Dr. Evan Houston Dr. Shannon Schlueter ii ©2013 Graham Enos ALL RIGHTS RESERVED iii ABSTRACT GRAHAM ENOS. Binary Edwards Curves in Elliptic Curve Cryptography. (Under the direction of DR. YULIANG ZHENG) Edwards curves are a new normal form for elliptic curves that exhibit some cryp- tographically desirable properties and advantages over the typical Weierstrass form. Because the group law on an Edwards curve (normal, twisted, or binary) is complete and unified, implementations can be safer from side channel or exceptional procedure attacks. The different types of Edwards provide a better platform for cryptographic primitives, since they have more security built into them from the mathematic foun- dation up. Of the three types of Edwards curves|original, twisted, and binary|there hasn't been as much work done on binary curves. We provide the necessary motivation and background, and then delve into the theory of binary Edwards curves. Next, we examine practical considerations that separate binary Edwards curves from other recently proposed normal forms. After that, we provide some of the theory for bi- nary curves that has been worked on for other types already: pairing computations. We next explore some applications of elliptic curve and pairing-based cryptography wherein the added security of binary Edwards curves may come in handy.
    [Show full text]
  • Faster Cofactorization with ECM Using Mixed Representations Cyril Bouvier, Laurent Imbert
    Faster Cofactorization with ECM Using Mixed Representations Cyril Bouvier, Laurent Imbert To cite this version: Cyril Bouvier, Laurent Imbert. Faster Cofactorization with ECM Using Mixed Representations. IACR International Conference on Public-Key Cryptography (PKC), Jun 2020, Virtual, United King- dom. pp.483-504, 10.1007/978-3-030-45388-6_17. lirmm-02613652 HAL Id: lirmm-02613652 https://hal-lirmm.ccsd.cnrs.fr/lirmm-02613652 Submitted on 20 May 2020 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Faster cofactorization with ECM using mixed representations Cyril Bouvier and Laurent Imbert LIRMM, CNRS, Univ. Montpellier, France Abstract. This paper introduces a novel implementation of the ellip- tic curve factoring method specifically designed for medium-size integers such as those arising by billions in the cofactorization step of the Num- ber Field Sieve. In this context, our algorithm requires fewer modular multiplications than any other publicly available implementation. The main ingredients are: the use of batches of primes, fast point tripling, optimal double-base decompositions and Lucas chains, and a good mix of Edwards and Montgomery representations. Keywords: Elliptic curve method, cofactorization, double-base representation, twisted Edwards curve, Montgomery curve, CADO-NFS 1 Introduction The Elliptic Curve Method (ECM) invented by H.
    [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]
  • Ed448-Goldilocks, a New Elliptic Curve
    Ed448-Goldilocks, a new elliptic curve Mike Hamburg∗ Abstract Many papers have proposed elliptic curves which are faster and easier to implement than the NIST prime-order curves. Most of these curves have had fields of size around 2256, and thus security estimates of around 128 bits. Recently there has been interest in a stronger curve, prompting designs such as Curve41417 and Microsoft's pseudo-Mersenne-prime curves. Here I report on the design of another strong curve, called Ed448-Goldilocks. Implementa- tions of this curve can perform very well for its security level on many architectures. As of this writing, this curve is favored by IRTF CFRG for inclusion in future versions of TLS along with Curve25519. 1 Introduction Since Edwards' discovery of a new elliptic curve form in 2007 [11], implementors have produced a steady stream of implementations in this form. Edwards curves tend to be easier to implement securely than the previously used curve shapes, because they support complete addition formulas. These formulas do not have exceptional cases which would lead to a division by zero [3]. Edwards curves are also faster, and have marginally simpler formulas as well. However, curves in Edwards or twisted Edwards form always have a cofactor divisible by 4, so prime-order curves such as the NIST curves cannot be put in this form. Until recently, most Edwards curve implementations have been for fields of size around 2256 [2, 3, 7, 8, 12, 15, 17, 18, 22], making them comparable in security to NIST-P256 and AES-128 standards. However, recently several authors have proposed elliptic curves with field sizes ranging roughly from 336 bits to 521 bits [1, 4, 9, 21].
    [Show full text]
  • Compression for Trace Zero Points on Twisted Edwards Curves
    Compression for trace zero points on twisted Edwards curves Giulia Bianco and Elisa Gorla∗ Institut de Math´ematiques, Universit´ede Neuchˆatel Rue Emile-Argand 11, CH-2000 Neuchˆatel, Switzerland Abstract We propose two optimal representations for the elements of trace zero subgroups of twisted Edwards curves. For both representations, we provide efficient compression and decompression algorithms. The efficiency of the algorithm is compared with the efficiency of similar algorithms on elliptic curves in Weierstrass form. Introduction Trace zero subgroups are subgroups of the groups of points of an elliptic curve over extension fields. They were first proposed for use in public key cryptography by Frey in [10]. A main advantage of trace zero subgroups is that they offer a better scalar multiplication performance than the whole group of points of an elliptic curve of approximately the same cardinality. This allows a fast arithmetic, which can speed up the calculations by 30% compared with elliptic curves groups (see e.g. [13] for the case of hyperelliptic curves, [3] and [8] for elliptic curves over fields of even characteristic). In addition, computing the cardinality of a trace zero subgroup is more efficient than for the group of points of an elliptic curve of approximately the same cardinality. Moreover, the DLP in a trace zero subgroup has the same complexity as the DLP in the group of Fqn -rational points of the curve, of which the trace zero subgroup is a proper subgroup. Hence, when we restrict to this subgroup, we gain a more efficient arithmetic without compromising the security. Finally, in the context of pairings trace zero subgroups arXiv:1507.08555v1 [math.NT] 27 Jul 2015 of supersingular elliptic curves offer higher security than supersingular elliptic curves of the same bit-size, as shown in [15].
    [Show full text]
  • The Xeddsa and Vxeddsa Signature Schemes
    The XEdDSA and VXEdDSA Signature Schemes Trevor Perrin (editor) Revision 1, 2016-10-20 Contents 1. Introduction 2 2. Preliminaries 2 2.1. Notation . 2 2.2. Elliptic curve parameters . 3 2.3. Elliptic curve conversions . 3 2.4. Byte sequences . 5 2.5. Hash functions . 5 2.6. Hashing to a point with Elligator 2 . 5 3. XEdDSA 7 4. VXEdDSA 8 5. Curve25519 9 6. Curve448 10 7. Performance considerations 11 8. Security considerations 11 9. IPR 12 10. Acknowledgements 12 11. References 13 1 1. Introduction This document describes how to create and verify EdDSA-compatible signatures using public key and private key formats initially defined for the X25519 and X448 elliptic curve Diffie-Hellman functions ([1]–[4]). We refer to this as the “XEdDSA” signature scheme (or “XEd25519” or “XEd448” for specific curves). XEdDSA enables use of a single key pair format for both elliptic curve Diffie- Hellman and signatures. In some situations it enables using the same key pair for both algorithms. This document also describes “VXEdDSA” which extends XEdDSA to make it a verifiable random function, or VRF (as defined in [5] and [6]). Successful verification of a VXEdDSA signature returns a VRF output which is guaranteed to be unique for the message and public key. The VRF output for a given message and public key is indistinguishable from random to anyone who has not seen a VXEdDSA signature for that message and key. 2. Preliminaries 2.1. Notation Multiplication of integers a and b modulo prime p is ab (mod p), or a * b (mod p).
    [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]