Ask Your Question
2

How to select the "generator" for elliptic curves used in ECDSA?

asked 2023-05-31 21:51:14 +0000

djk gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-05-31 22:16:01 +0000

pufferfish gravatar image

When selecting a generator for elliptic curves used in ECDSA, it is important to consider several factors, including:

  1. Security: The generator should be chosen in such a way that it provides a high level of security against attacks. The order of the generator should be large and prime to prevent easy factorization.

  2. Efficiency: The generator should be chosen such that it is efficient in terms of computation and storage. A generator that requires a large amount of computation or storage will slow down the signing process and increase the cost of generating keys.

  3. Compatibility: The generator should be chosen such that it is compatible with the intended application. Different applications may require different sizes of generators or different curves altogether.

  4. Standardization: The generator should be chosen from a standardized set of curves to ensure interoperability with other implementations.

The most commonly used generator for ECDSA is the base point of the NIST P-256 curve, which has been standardized by NIST and is widely implemented in various systems. Other options include the NIST P-384 and P-521 curves, as well as curves designed by independent researchers such as Curve25519. Ultimately, the choice of generator will depend on the specific needs and requirements of the application.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-31 21:51:14 +0000

Seen: 2 times

Last updated: May 31 '23