ECDSA Elliptic Curve DSA
Digital signature based on elliptic curves — smaller keys than RSA, same security.
256-bit ECDSA ≈ 3072-bit RSA. Faster on the server, smaller on the wire. Bitcoin uses ECDSA (secp256k1). Ed25519 is an EdDSA variant — safer implementation, standard for SSH keys and modern crypto.