Explanation of Bitcoin’s Elliptic Curve Digital Signature Algorithm

Suhail Saqan
15 min readFeb 23, 2022

Elliptic Curve Cryptography (ECC) has grown to be very popular in public-key cryptographic systems, most popularly used in Bitcoin. ECC is based on the algebraic structures of elliptic curves over finite fields and the complexity of the elliptic curves discrete logarithm problem.

--

--