What is ECDSA?
The algorithm, called ECDSA (Elliptic Curve Digital Signature Algorithm), was first proposed by Scott Vanstone in 1992. Signatures based on the algorithm of ECS, the ancestor of ECDSA, have several important advantages over RSA-algorithms: they are smaller in size and are created much faster. Verification based on ECC algorithm is high-speed, which led to widespread distribution of ECDSA certificates.
Advantages of using ECDSA to RSA
Using ECDSA for digital signature carries a number of important advantages, such as:
- a high level of security;
- no problems with application performance;
- quick process of signing and verification (40% faster than RSA);
- execution of the growing application security requirements;
- support of government standards for the protection of information;
- compliance with the modern requirements of industry.
Certificates with ECDSA can reduce the total amount of data to be authenticated, resulting in significant cost savings associated with date storage.
https://sectigostore.com/blog/ecdsa-vs-rsa-everything-you-need-to-know/