- ECDSA: Elliptic Curve Digital Signature Algorithm
 - commonly used with secp256k1 curve, but can be used with other Elliptic Curves
 - use for Ethereum user transaction signing
 - less resource intensive compared to BLS Signature with BLS12-381 on a per-signature basis
 - does not support pairing and aggregation