Elliptic_Curve_DSA Elliptic_Curve_DSA

Elliptic Curve DSA - Definition

Related Words: Abbreviated, Brief, Capsule, Compact, Compressed, Concise, Crisp, Cut

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 <math>p>2^{512}<math> to be secure against a Number Field Sieve attack and <math>q>2^{160}<math> 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.

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.