*** Welcome to piglix ***

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 schemes without sacrificing security. It was developed by a team including Daniel J. Bernstein, Niels Duif, Tanja Lange, Peter Schwabe, and Bo-Yin Yang. The reference implementation is public domain software.

The following is a simplified description of EdDSA, ignoring details of encoding integers and curve points as bit strings; the full details are in the paper.

An EdDSA signature scheme is a choice

These parameters are common to all users of the EdDSA signature scheme. The security of the EdDSA signature scheme depends critically on the choices of parameters—for example, Pollard's rho algorithm for logarithms is expected to take approximately curve additions before it can compute a discrete logarithm, so must be large enough for this to be infeasible, and is typically taken to exceed 2200.


...
Wikipedia

...