Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do special curves make ECC run faster?

Curves ECC faster run special
0
Posted

How do special curves make ECC run faster?

0

The initials ECC stand for “elliptic curve cryptosystem.” An elliptic curve is a complicated mathematical object consisting of points that can be “added” to one another. An elliptic curve cryptosystem is formed from a field F, an elliptic curve E and a point P on the elliptic curve. Encryption and decryption require repeated addition of P to itself P+P+…+P. (This is analogous in some ways to RSA encryption, which requires repeated multiplications g*g*…*g. However, RSA multiplications are much simpler than elliptic curve “additions”.) There are certain special types of fields F and elliptic curves E for which the addition operation can be performed especially efficiently. Some of these special types have been found to be insecure (e.g. “supersingular” elliptic curves, Galois fields with many subfields), but there are other special types that appear to be secure and that offer some speed advantages. Using ECC thus requires choosing one of the following two options: Fix one elliptic c

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123