BlockchainCommons / Learning-Bitcoin-from-the-Command-Line

A complete course for learning Bitcoin programming and usage from the command
3.11k stars 754 forks source link

Error in the number of intersections when describing elliptic curves #605

Open MobiusSoft opened 1 year ago

MobiusSoft commented 1 year ago

You wrote: Any line that intersects an elliptic curve will do so at either 1 or 3 points ... and that's the basis of elliptic-curve cryptography.

You need to write "2 or 3" 1. intersection is impossible. Need: Any line that intersects an elliptic curve will do so at either 2 or 3 points ... and that's the basis of elliptic-curve cryptography.