The Elliptic Curve DSA reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Elliptic Curve DSA

Have you considered sponsoring a child
Elliptic Curve DSA (EC-DSA) is a variant of the Digital Signature Algorithm which operates on elliptic curve groups.

One of the reasons this algorithm is preferred over DSA is for efficiency reasons. To be secure DSA requires that to be secure against a Number Field Sieve attack and to be secure against a Baby-step giant-step attack. In practical terms this means the DSA is slower than RSA as a signature scheme.

However elliptic curve groups are not vulnerable to a Number Field Sieve attack, so they can be securely implemented with smaller key sizes and can be faster than RSA.