Elliptic Curve Cryptography: A Basic Introduction
blog.boot.dev
Elliptic Curve Cryptography: A Basic Introduction
1–10 of 41 posts
Re: Elliptic Curve Cryptography: A Basic Introduction
#2Re: Elliptic Curve Cryptography: A Basic Introduction
#3Re: Elliptic Curve Cryptography: A Basic Introduction
#4This is indeed basic. Half the article explains public key cryptography, the other gives a basic overview that omits key details, such as the purpose of reflection, and how the curve can get combined with finite fields in practical applications (although point 2 does partly address this aspect). Not a bad way to get a general intuition of the algorithm, but not overly useful, either.
Re: Elliptic Curve Cryptography: A Basic Introduction
#5Re: Elliptic Curve Cryptography: A Basic Introduction
#6Now you give me A and E, why can't I just compute the path from A until I hit E? That looks like the same effort, so what did I miss?
Re: Elliptic Curve Cryptography: A Basic Introduction
#7I don't get the trap problem here. So I start with A, compute -B as A dot A, then continue my way until I decide to stop at E. So I had to compute the whole path, right? Now you give me A and E, why can't I just compute the path from A until I hit E? That looks like the same effort, so what did I miss?
Got it, sorry xD
Re: Elliptic Curve Cryptography: A Basic Introduction
#8Anyone know of an accessible intermediate resource on ECC? There are many blogs talking about the basics of point addition , but hardly anything approachable that talks about different curve properties, what makes a curve safe, how to break vulnerable curves, and how to prove properties, etc.
Re: Elliptic Curve Cryptography: A Basic Introduction
#9[0] https://andrea.corbellini.name/2015/05/17/elliptic-curve-cry...
Re: Elliptic Curve Cryptography: A Basic Introduction
#10I don't get the trap problem here. So I start with A, compute -B as A dot A, then continue my way until I decide to stop at E. So I had to compute the whole path, right? Now you give me A and E, why can't I just compute the path from A until I hit E? That looks like the same effort, so what did I miss?