ECCProblem
ECCProblem is a term used in cryptography and computational number theory to denote a class of problems defined on elliptic curves. In its broad sense, an ECCProblem takes as input an elliptic curve E defined over a finite field, one or more points on E, and a relation to be decided or computed. The canonical example is the elliptic curve discrete logarithm problem (ECDLP): given a curve E, a point P of large prime order n, and a second point Q on E, find the integer k in [0, n−1] such that Q = kP, if such k exists.
Other instances include decision versions of the same relation and problems arising from elliptic-curve-based key exchange
Complexity considerations: ECCProblems are believed to be hard, with security scaling favorably to shorter key lengths
Applications: Elliptic-curve problems underpin modern digital signatures (ECDSA), key exchange (ECDH), and related primitives. The efficiency
History and terminology: The study of problems on elliptic curves began in the 1980s, with foundational work