Elliptic-curve cryptography (ECC) is an approach to
public-key cryptography based on the
algebraic structure
In mathematics, an algebraic structure consists of a nonempty set ''A'' (called the underlying set, carrier set or domain), a collection of operations on ''A'' (typically binary operations such as addition and multiplication), and a finite set of ...
of
elliptic curves over
finite fields. ECC allows smaller keys compared to non-EC cryptography (based on plain
Galois fields
In mathematics, a finite field or Galois field (so-named in honor of Évariste Galois) is a field that contains a finite number of elements. As with any field, a finite field is a set on which the operations of multiplication, addition, subtra ...
) to provide equivalent security.
[Commercial National Security Algorithm Suite and Quantum Computing FAQ]
U.S. National Security Agency, January 2016.
Elliptic curves are applicable for
key agreement,
digital signature
A digital signature is a mathematical scheme for verifying the authenticity of digital messages or documents. A valid digital signature, where the prerequisites are satisfied, gives a recipient very high confidence that the message was created b ...
s,
pseudo-random generators and other tasks. Indirectly, they can be used for
encryption by combining the key agreement with a
symmetric encryption
Symmetric-key algorithms are algorithms for cryptography that use the same cryptographic keys for both the encryption of plaintext and the decryption of ciphertext. The keys may be identical, or there may be a simple transformation to go between th ...
scheme. Elliptic curves are also used in several
integer factorization
In number theory, integer factorization is the decomposition of a composite number into a product of smaller integers. If these factors are further restricted to prime numbers, the process is called prime factorization.
When the numbers are suf ...
algorithms based on elliptic curves that have applications in cryptography, such as
Lenstra elliptic-curve factorization.
Rationale
Public-key cryptography is based on the
intractability of certain mathematical
problems. Early public-key systems based their security on the assumption that it is difficult to
factor a large integer composed of two or more large prime factors. For later elliptic-curve-based protocols, the base assumption is that finding the
discrete logarithm
In mathematics, for given real numbers ''a'' and ''b'', the logarithm log''b'' ''a'' is a number ''x'' such that . Analogously, in any group ''G'', powers ''b'k'' can be defined for all integers ''k'', and the discrete logarithm log''b' ...
of a random elliptic curve element with respect to a publicly known base point is infeasible: this is the "elliptic curve discrete logarithm problem" (ECDLP). The security of elliptic curve cryptography depends on the ability to compute a
point multiplication and the inability to compute the multiplicand given the original and product points. The size of the elliptic curve, measured by the total number of discrete integer pairs satisfying the curve equation, determines the difficulty of the problem.
The U.S.
National Institute of Standards and Technology (NIST) has endorsed elliptic curve cryptography in its
Suite B set of recommended algorithms, specifically
elliptic-curve Diffie–Hellman (ECDH) for key exchange and
Elliptic Curve Digital Signature Algorithm (ECDSA) for digital signature. The U.S.
National Security Agency (NSA) allows their use for protecting information classified up to
top secret with 384-bit keys. However, in August 2015, the NSA announced that it plans to replace Suite B with a new cipher suite due to concerns about
quantum computing
Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Though ...
attacks on ECC.
While the RSA patent expired in 2000, there may be
patents in force covering certain aspects of ECC technology. However some argue that the
US government elliptic curve digital signature standard (ECDSA; NIST FIPS 186-3) and certain practical ECC-based key exchange schemes (including ECDH) can be implemented without infringing them, including
RSA Laboratories and
Daniel J. Bernstein
Daniel Julius Bernstein (sometimes known as djb; born October 29, 1971) is an American German mathematician, cryptologist, and computer scientist. He is a visiting professor at CASA at Ruhr University Bochum, as well as a research professor of ...
.
The primary benefit promised by elliptic curve cryptography is a smaller
key size, reducing storage and transmission requirements,
i.e. that an elliptic curve group could provide the same
level of security
In cryptography, security level is a measure of the strength that a cryptographic primitive — such as a cipher or hash function — achieves. Security level is usually expressed as a number of "bits of security" (also security strength ...
afforded by an
RSA
RSA may refer to:
Organizations Academia and education
* Rabbinical Seminary of America, a yeshiva in New York City
*Regional Science Association International (formerly the Regional Science Association), a US-based learned society
*Renaissance S ...
-based system with a large modulus and correspondingly larger key: for example, a 256-bit elliptic curve public key should provide comparable security to a 3072-bit RSA public key.
History
The use of elliptic curves in cryptography was suggested independently by
Neal Koblitz and
Victor S. Miller in 1985. Elliptic curve cryptography algorithms entered wide use in 2004 to 2005.
Theory
For current cryptographic purposes, an ''elliptic curve'' is a
plane curve over a
finite field (rather than the real numbers) which consists of the points satisfying the equation:
:
along with a distinguished
point at infinity, denoted ∞. The coordinates here are to be chosen from a fixed
finite field of
characteristic not equal to 2 or 3, or the curve equation will be somewhat more complicated.
This set together with the
group operation of elliptic curves is an
abelian group, with the point at infinity as an identity element. The structure of the group is inherited from the
divisor group of the underlying
algebraic variety:
:
Cryptographic schemes
Several
discrete logarithm
In mathematics, for given real numbers ''a'' and ''b'', the logarithm log''b'' ''a'' is a number ''x'' such that . Analogously, in any group ''G'', powers ''b'k'' can be defined for all integers ''k'', and the discrete logarithm log''b' ...
-based protocols have been adapted to elliptic curves, replacing the group
with an elliptic curve:
* The
Elliptic-curve Diffie–Hellman (ECDH) key agreement scheme is based on the
Diffie–Hellman scheme,
* The Elliptic Curve
Integrated Encryption Scheme
Integrated Encryption Scheme (IES) is a hybrid encryption scheme which provides semantic security against an adversary who is able to use chosen-plaintext or chosen-ciphertext attacks. The security of the scheme is based on the computational Dif ...
(ECIES), also known as Elliptic Curve Augmented Encryption Scheme or simply the Elliptic Curve Encryption Scheme,
* The
Elliptic Curve Digital Signature Algorithm (ECDSA) is based on the
Digital Signature Algorithm,
* The deformation scheme using Harrison's p-adic Manhattan metric,
* The
Edwards-curve Digital Signature Algorithm (EdDSA) is based on
Schnorr signature and uses
twisted Edwards curves,
* The
ECMQV key agreement scheme is based on the
MQV key agreement scheme,
* The
ECQV implicit certificate scheme.
At the RSA Conference 2005, the
National Security Agency (NSA) announced
Suite B which exclusively uses ECC for digital signature generation and key exchange. The suite is intended to protect both classified and unclassified national security systems and information.
Recently, a large number of cryptographic primitives based on bilinear mappings on various elliptic curve groups, such as the
Weil and
Tate pairings, have been introduced. Schemes based on these primitives provide efficient
identity-based encryption ID-based encryption, or identity-based encryption (IBE), is an important primitive of ID-based cryptography. As such it is a type of public-key encryption in which the public key of a user is some unique information about the identity of the use ...
as well as pairing-based signatures,
signcryption In cryptography, signcryption is a public-key primitive that simultaneously performs the functions of both digital signature and encryption.
Encryption and digital signature are two fundamental cryptographic tools that can guarantee the confidentia ...
,
key agreement, and
proxy re-encryption Proxy re-encryption (PRE) schemes are cryptosystems which allow third parties ( proxies) to alter a ciphertext which has been encrypted for one party, so that it may be decrypted by another.
Examples of use
A proxy re-encryption is generally used w ...
.
Implementation
Some common implementation considerations include:
Domain parameters
To use ECC, all parties must agree on all the elements defining the elliptic curve, that is, the ''domain parameters'' of the scheme. The size of the field used is typically either prime (and denoted as p) or is a power of two (
); the latter case is called ''the binary case'', and also necessitates the choice of an auxiliary curve denoted by ''f''. Thus the field is defined by ''p'' in the prime case and the pair of ''m'' and ''f'' in the binary case. The elliptic curve is defined by the constants ''a'' and ''b'' used in its defining equation. Finally, the cyclic subgroup is defined by its ''generator'' (a.k.a. ''base point'') ''G''. For cryptographic application the
order
Order, ORDER or Orders may refer to:
* Categorization, the process in which ideas and objects are recognized, differentiated, and understood
* Heterarchy, a system of organization wherein the elements have the potential to be ranked a number of d ...
of ''G'', that is the smallest positive number ''n'' such that
(the
point at infinity of the curve, and the
identity element), is normally prime. Since ''n'' is the size of a subgroup of
it follows from
Lagrange's theorem that the number
is an integer. In cryptographic applications this number ''h'', called the ''cofactor'', must be small (
) and, preferably,
. To summarize: in the prime case, the domain parameters are
; in the binary case, they are
.
Unless there is an assurance that domain parameters were generated by a party trusted with respect to their use, the domain parameters ''must'' be validated before use.
The generation of domain parameters is not usually done by each participant because this involves computing
the number of points on a curve which is time-consuming and troublesome to implement. As a result, several standard bodies published domain parameters of elliptic curves for several common field sizes. Such domain parameters are commonly known as "standard curves" or "named curves"; a named curve can be referenced either by name or by the unique
object identifier defined in the standard documents:
*
NIST
The National Institute of Standards and Technology (NIST) is an agency of the United States Department of Commerce whose mission is to promote American innovation and industrial competitiveness. NIST's activities are organized into physical sci ...
Recommended Elliptic Curves for Government Use*
SECGSEC 2: Recommended Elliptic Curve Domain Parameters* ECC Brainpool ()
ECC Brainpool Standard Curves and Curve Generation
SECG test vectors are also available. NIST has approved many SECG curves, so there is a significant overlap between the specifications published by NIST and SECG. EC domain parameters may be either specified by value or by name.
If one (despite the above) wants to construct one's own domain parameters, one should select the underlying field and then use one of the following strategies to find a curve with appropriate (i.e., near prime) number of points using one of the following methods:
* Select a random curve and use a general point-counting algorithm, for example,
Schoof's algorithm or the
Schoof–Elkies–Atkin algorithm,
* Select a random curve from a family which allows easy calculation of the number of points (e.g.,
Koblitz curves), or
* Select the number of points and generate a curve with this number of points using the ''complex multiplication'' technique.
Several classes of curves are weak and should be avoided:
* Curves over
with non-prime ''m'' are vulnerable to
Weil descent attacks.
* Curves such that ''n'' divides
(where ''p'' is the characteristic of the field: ''q'' for a prime field, or
for a binary field) for sufficiently small ''B'' are vulnerable to Menezes–Okamoto–Vanstone (MOV) attack which applies usual
discrete logarithm problem (DLP) in a small-degree extension field of
to solve ECDLP. The bound ''B'' should be chosen so that
discrete logarithm
In mathematics, for given real numbers ''a'' and ''b'', the logarithm log''b'' ''a'' is a number ''x'' such that . Analogously, in any group ''G'', powers ''b'k'' can be defined for all integers ''k'', and the discrete logarithm log''b' ...
s in the field
are at least as difficult to compute as discrete logs on the elliptic curve
.
* Curves such that
are vulnerable to the attack that maps the points on the curve to the additive group of
.
Key sizes
Because all the fastest known algorithms that allow one to solve the ECDLP (
baby-step giant-step,
Pollard's rho, etc.), need
steps, it follows that the size of the underlying field should be roughly twice the security parameter. For example, for 128-bit security one needs a curve over
, where
. This can be contrasted with finite-field cryptography (e.g.,
DSA) which requires 3072-bit public keys and 256-bit private keys, and integer factorization cryptography (e.g.,
RSA
RSA may refer to:
Organizations Academia and education
* Rabbinical Seminary of America, a yeshiva in New York City
*Regional Science Association International (formerly the Regional Science Association), a US-based learned society
*Renaissance S ...
) which requires a 3072-bit value of ''n'', where the private key should be just as large. However, the public key may be smaller to accommodate efficient encryption, especially when processing power is limited.
The hardest ECC scheme (publicly) broken to date had a 112-bit key for the prime field case and a 109-bit key for the binary field case. For the prime field case, this was broken in July 2009 using a cluster of over 200
PlayStation 3 game consoles and could have been finished in 3.5 months using this cluster when running continuously. The binary field case was broken in April 2004 using 2600 computers over 17 months.
A current project is aiming at breaking the ECC2K-130 challenge by Certicom, by using a wide range of different hardware: CPUs, GPUs, FPGA.
Projective coordinates
A close examination of the addition rules shows that in order to add two points, one needs not only several additions and multiplications in
but also an inversion operation. The inversion (for given
find
such that
) is one to two orders of magnitude slower than multiplication. However, points on a curve can be represented in different coordinate systems which do not require an inversion operation to add two points. Several such systems were proposed: in the ''projective'' system each point is represented by three coordinates
using the following relation:
,
; in the ''Jacobian system'' a point is also represented with three coordinates
, but a different relation is used:
,
; in the ''López–Dahab system'' the relation is
,
; in the ''modified Jacobian'' system the same relations are used but four coordinates are stored and used for calculations
; and in the ''Chudnovsky Jacobian'' system five coordinates are used
. Note that there may be different naming conventions, for example,
IEEE P1363-2000 standard uses "projective coordinates" to refer to what is commonly called Jacobian coordinates. An additional speed-up is possible if mixed coordinates are used.
Fast reduction (NIST curves)
Reduction modulo ''p'' (which is needed for addition and multiplication) can be executed much faster if the prime ''p'' is a pseudo-
Mersenne prime, that is
; for example,
or
Compared to
Barrett reduction, there can be an order of magnitude speed-up. The speed-up here is a practical rather than theoretical one, and derives from the fact that the moduli of numbers against numbers near powers of two can be performed efficiently by computers operating on binary numbers with
bitwise operation
In computer programming, a bitwise operation operates on a bit string, a bit array or a binary numeral (considered as a bit string) at the level of its individual bits. It is a fast and simple action, basic to the higher-level arithmetic operati ...
s.
The curves over
with pseudo-Mersenne ''p'' are recommended by NIST. Yet another advantage of the NIST curves is that they use ''a'' = −3, which improves addition in Jacobian coordinates.
According to Bernstein and Lange, many of the efficiency-related decisions in NIST FIPS 186-2 are suboptimal. Other curves are more secure and run just as fast.
Applications
Elliptic curves are applicable for
encryption,
digital signature
A digital signature is a mathematical scheme for verifying the authenticity of digital messages or documents. A valid digital signature, where the prerequisites are satisfied, gives a recipient very high confidence that the message was created b ...
s,
pseudo-random generators and other tasks. They are also used in several
integer factorization
In number theory, integer factorization is the decomposition of a composite number into a product of smaller integers. If these factors are further restricted to prime numbers, the process is called prime factorization.
When the numbers are suf ...
algorithms that have applications in cryptography, such as
Lenstra elliptic-curve factorization.
In 1999, NIST recommended fifteen elliptic curves. Specifically, FIPS 186-4 has ten recommended finite fields:
* Five prime fields
for certain primes ''p'' of sizes 192, 224, 256, 384, and bits. For each of the prime fields, one elliptic curve is recommended.
* Five binary fields
for ''m'' equal 163, 233, 283, 409, and 571. For each of the binary fields, one elliptic curve and one
Koblitz curve was selected.
The NIST recommendation thus contains a total of five prime curves and ten binary curves. The curves were ostensibly chosen for optimal security and implementation efficiency.
In 2013, ''
The New York Times'' stated that
Dual Elliptic Curve Deterministic Random Bit Generation (or Dual_EC_DRBG) had been included as a NIST national standard due to the influence of
NSA, which had included a deliberate weakness in the algorithm and the recommended elliptic curve.
RSA Security in September 2013 issued an advisory recommending that its customers discontinue using any software based on Dual_EC_DRBG. In the wake of the exposure of Dual_EC_DRBG as "an NSA undercover operation", cryptography experts have also expressed concern over the security of the NIST recommended elliptic curves, suggesting a return to encryption based on non-elliptic-curve groups.
Elliptic curve cryptography is used by the cryptocurrency
Bitcoin
Bitcoin ( abbreviation: BTC; sign: ₿) is a decentralized digital currency that can be transferred on the peer-to-peer bitcoin network. Bitcoin transactions are verified by network nodes through cryptography and recorded in a public distr ...
.
Ethereum version 2.0
''Version 2.0'' is the second studio album by American rock band Garbage. It was released on May 11, 1998, by Mushroom Records worldwide, with the North American release on Almo Sounds the following day. With this album, the band aimed to impro ...
makes extensive use of elliptic curve pairs using
BLS signatures—as specified in the
IETF draft BLS specification—for cryptographically assuring that a specific Eth2 validator has actually verified a particular transaction.
Security
Side-channel attacks
Unlike most other
DLP systems (where it is possible to use the same procedure for squaring and multiplication), the EC addition is significantly different for doubling (''P'' = ''Q'') and general addition (''P'' ≠ ''Q'') depending on the coordinate system used. Consequently, it is important to counteract
side-channel attacks (e.g., timing or
simple/differential power analysis attacks) using, for example, fixed pattern window (a.k.a. comb) methods (note that this does not increase computation time). Alternatively one can use an
Edwards curve; this is a special family of elliptic curves for which doubling and addition can be done with the same operation. Another concern for ECC-systems is the danger of
fault attacks, especially when running on
smart card
A smart card, chip card, or integrated circuit card (ICC or IC card) is a physical electronic authentication device, used to control access to a resource. It is typically a plastic credit card-sized card with an embedded integrated circuit (IC) c ...
s.
Backdoors
Cryptographic experts have expressed concerns that the
National Security Agency has inserted a
kleptographic backdoor into at least one elliptic curve-based pseudo random generator. Internal memos leaked by former NSA contractor
Edward Snowden
Edward Joseph Snowden (born June 21, 1983) is an American and naturalized Russian former computer intelligence consultant who leaked highly classified information from the National Security Agency (NSA) in 2013, when he was an employee and su ...
suggest that the NSA put a backdoor in the
Dual EC DRBG standard. One analysis of the possible backdoor concluded that an adversary in possession of the algorithm's secret key could obtain encryption keys given only 32 bytes of PRNG output.
The SafeCurves project has been launched in order to catalog curves that are easy to securely implement and are designed in a fully publicly verifiable way to minimize the chance of a backdoor.
Quantum computing attacks
Shor's algorithm can be used to break elliptic curve cryptography by computing discrete logarithms on a hypothetical
quantum computer
Quantum computing is a type of computation whose operations can harness the phenomena of quantum mechanics, such as superposition, interference, and entanglement. Devices that perform quantum computations are known as quantum computers. Though ...
. The latest quantum resource estimates for breaking a curve with a 256-bit modulus (128-bit security level) are 2330 qubits and 126 billion
Toffoli gates. For the binary elliptic curve case, 906 qubits are necessary (to break 128 bits of security). In comparison, using Shor's algorithm to break the
RSA
RSA may refer to:
Organizations Academia and education
* Rabbinical Seminary of America, a yeshiva in New York City
*Regional Science Association International (formerly the Regional Science Association), a US-based learned society
*Renaissance S ...
algorithm requires 4098 qubits and 5.2 trillion Toffoli gates for a 2048-bit RSA key, suggesting that ECC is an easier target for quantum computers than RSA. All of these figures vastly exceed any quantum computer that has ever been built, and estimates place the creation of such computers at a decade or more away.
Supersingular Isogeny Diffie–Hellman Key Exchange claimed to provide a
post-quantum
In cryptography, post-quantum cryptography (sometimes referred to as quantum-proof, quantum-safe or quantum-resistant) refers to cryptographic algorithms (usually public-key algorithms) that are thought to be secure against a cryptanalytic attack b ...
secure form of elliptic curve cryptography by using
isogenies In mathematics, localization of a category consists of adding to a category inverse morphisms for some collection of morphisms, constraining them to become isomorphisms. This is formally similar to the process of localization of a ring; it in genera ...
to implement
Diffie–Hellman key exchanges. This key exchange uses much of the same field arithmetic as existing elliptic curve cryptography and requires computational and transmission overhead similar to many currently used public key systems. However, new classical attacks undermined the security of this protocol.
In August 2015, the NSA announced that it planned to transition "in the not distant future" to a new cipher suite that is resistant to
quantum
In physics, a quantum (plural quanta) is the minimum amount of any physical entity (physical property) involved in an interaction. The fundamental notion that a physical property can be "quantized" is referred to as "the hypothesis of quantizati ...
attacks. "Unfortunately, the growth of elliptic curve use has bumped up against the fact of continued progress in the research on quantum computing, necessitating a re-evaluation of our cryptographic strategy."
Invalid curve attack
When ECC is used in
virtual machines, an attacker may use an invalid curve to get a complete PDH private key.
Patents
At least one ECC scheme (
ECMQV) and some implementation techniques are covered by patents.
Alternative representations
Alternative representations of elliptic curves include:
*
Hessian curves
*
Edwards curves
*
Twisted curves
In the mathematical field of algebraic geometry, an elliptic curve E over a field K has an associated quadratic twist, that is another elliptic curve which is isomorphic to E over an algebraic closure of K. In particular, an isomorphism between e ...
*
Twisted Hessian curves
*
Twisted Edwards curve
*
Doubling-oriented Doche–Icart–Kohel curve
In mathematics, the doubling-oriented Doche–Icart–Kohel curve is a form in which an elliptic curve can be written. It is a special case of Weierstrass form and it is also important in elliptic curve cryptography, elliptic-curve cryptography be ...
*
Tripling-oriented Doche–Icart–Kohel curve
*
Jacobian curve
In mathematics, the Jacobi curve is a representation of an elliptic curve different from the usual one defined by the Weierstrass equation. Sometimes it is used in cryptography instead of the Weierstrass form because it can provide a defence again ...
*
Montgomery curve In mathematics the Montgomery curve is a form of elliptic curve introduced by Peter L. Montgomery in 1987, different from the usual Weierstrass form. It is used for certain computations, and in particular in different cryptography applications.
De ...
s
See also
*
Cryptocurrency
A cryptocurrency, crypto-currency, or crypto is a digital currency designed to work as a medium of exchange through a computer network that is not reliant on any central authority, such as a government or bank, to uphold or maintain it. It i ...
*
Curve25519
*
FourQ
In cryptography, FourQ is an elliptic curve developed by Microsoft Research. It is designed for key agreements schemes (elliptic-curve Diffie–Hellman) and digital signatures ( Schnorr), and offers about 128 bits of security. It is equipped wit ...
*
DNSCurve
*
RSA (cryptosystem)
*
ECC patents
*
Elliptic-curve Diffie–Hellman (ECDH)
*
Elliptic Curve Digital Signature Algorithm (ECDSA)
*
EdDSA
In public-key cryptography, Edwards-curve Digital Signature Algorithm (EdDSA) is a digital signature scheme using a variant of Schnorr signature based on twisted Edwards curves.
It is designed to be faster than existing digital signature scheme ...
*
ECMQV
*
Elliptic curve point multiplication
*
Homomorphic signatures for network coding Network coding has been shown to optimally use bandwidth in a network, maximizing information flow but the scheme is very inherently vulnerable to pollution attacks by malicious nodes in the network. A node injecting garbage can quickly affect many ...
*
Hyperelliptic curve cryptography
*
Pairing-based cryptography
*
Public-key cryptography
*
Quantum cryptography
*
Supersingular isogeny key exchange
Supersingular isogeny Diffie–Hellman key exchange (SIDH or SIKE) is an insecure proposal for a post-quantum cryptographic algorithm to establish a secret key between two parties over an untrusted communications channel. It is analogous to the Di ...
Notes
References
*
Standards for Efficient Cryptography Group (SECG)SEC 1: Elliptic Curve Cryptography Version 1.0, September 20, 2000.
archivedas if Nov 11, 2014)
* D. Hankerson, A. Menezes, and S.A. Vanstone, ''Guide to Elliptic Curve Cryptography'', Springer-Verlag, 2004.
* I. Blake, G. Seroussi, and N. Smart, ''Elliptic Curves in Cryptography'', London Mathematical Society 265, Cambridge University Press, 1999.
* I. Blake, G. Seroussi, and N. Smart, editors, ''Advances in Elliptic Curve Cryptography'', London Mathematical Society 317, Cambridge University Press, 2005.
* L. Washington, ''Elliptic Curves: Number Theory and Cryptography'', Chapman & Hall / CRC, 2003.
The Case for Elliptic Curve Cryptography National Security Agency (archived January 17, 2009)
Online Elliptic Curve Cryptography Tutorial Certicom Corp. (archive
hereas of March 3, 2016)
* K. Malhotra, S. Gardner, and R. Patz, Implementation of Elliptic-Curve Cryptography on Mobile Healthcare Devices, Networking, Sensing and Control, 2007 IEEE International Conference on, London, 15–17 April 2007 Page(s):239–244
* Saikat Basu
A New Parallel Window-Based Implementation of the Elliptic Curve Point Multiplication in Multi-Core Architectures International Journal of Network Security, Vol. 13, No. 3, 2011, Page(s):234–241 (archive
hereas of March 4, 2016)
* Christof Paar, Jan Pelzl
"Elliptic Curve Cryptosystems" Chapter 9 of "Understanding Cryptography, A Textbook for Students and Practitioners". (companion web site contains online cryptography course that covers elliptic curve cryptography), Springer, 2009. (archive
hereas of April 20, 2016)
* Luca De Feo, David Jao, Jerome Plut
Towards quantum-resistant cryptosystems from supersingular elliptic curve isogenies Springer 2011. (archive
hereas of May 7, 2012)
* Gustavo Banegas, Daniel J. Bernstein, Iggy Van Hoof, Tanja Lange
Concrete quantum cryptanalysis of binary elliptic curves Springer 2020. (archive
hereas of June 1, 2020)
Jacques Vélu, ''Courbes elliptiques (...)'', Société Mathématique de France, 57, 1-152, Paris, 1978.
External links
Elliptic Curvesat
Stanford University
Stanford University, officially Leland Stanford Junior University, is a private research university in Stanford, California. The campus occupies , among the largest in the United States, and enrolls over 17,000 students. Stanford is consider ...
Interactive introduction to elliptic curves and elliptic curve cryptography with Sageb
Maike Massiererand th
CrypToolteam
*
{{Algebraic curves navbox
Elliptic curve cryptography
Public-key cryptography
Finite fields