Is that proved that breaking ECDSA (Elliptic Curve Digital Signature Algorithm) as hard as solving ECDLP(Elliptic Curve Discrete Logarithm Problem)?
Asked
Active
Viewed 46 times
0
-
Does this answer help? – ckamath Sep 13 '20 at 23:07
-
not it is not proved such a thing. ECDSA (or DSA) can break (under some special conditions) by avoiding to solve ECDLP (or DLP resp.). For instance if you know "some" contiguous bits of secret and ephemeral keys of polynomial many signatures you can break ECDSA without solving ECDLP. – 111 Sep 13 '20 at 23:13