Earlier quoted context omitted.
If you going to contradict someone, be specific about it. What is your " the group operation" and how is this not it? A given mathematical object can have more than one group operation defined for it.
In this case there is a negation missing. If a line intersects three points we have A+B+C=0. To get the group law you have to negate a point.
New elliptic curve breaks 18-year-old record
31–40 of 55 posts
Re: New elliptic curve breaks 18-year-old record
#32Earlier quoted context omitted.
Just saw this, congratulations! Would you mind giving an ELI5 explanation for a wider audience?
[Not the OP but I think I understand it well enough to take a whack at an ELI5.] Elliptic curves are a particular kind of cubic equation, exactly like the quadratic equations you studied in junior high algebra, except with one term being raised to the third power instead of just squared (and a few other conditions). It turns out that these equations have vastly more complicated behavior than quadratics and give rise…
it would not win me a Fields medal: ageism, it's only for under 40s.
Re: New elliptic curve breaks 18-year-old record
#33Re: New elliptic curve breaks 18-year-old record
#34I was going to ask if the math articles from Quanta magazine are a "Matt Levine" situation where only one person can write so well, but I see only six articles by this author there, so maybe it's an editor doing the magic. All I know is this makes math so accessible and that's not easy.
I too love Quanta. It's funded by an extremely wealthy math guy as a public service; they have the luxury of affording excellent journalists who all seem to me to have graduate degrees in the area they cover, but have not lost the power of communication in exchange. Just a very nice gift to the world.
he died in 2024, did he make arrangements to keep funding it or endow it?
Re: New elliptic curve breaks 18-year-old record
#35Aren't there rich structures to be explored for curves of degree >3 ?
Or is 3 really special ?
Re: New elliptic curve breaks 18-year-old record
#36Earlier quoted context omitted.
[Not the OP but I think I understand it well enough to take a whack at an ELI5.] Elliptic curves are a particular kind of cubic equation, exactly like the quadratic equations you studied in junior high algebra, except with one term being raised to the third power instead of just squared (and a few other conditions). It turns out that these equations have vastly more complicated behavior than quadratics and give rise…
> Solving that would win you a Fields medal it would not win me a Fields medal: ageism, it's only for under 40s.
Re: New elliptic curve breaks 18-year-old record
#37This discovery was already commented a few months ago: https://news.ycombinator.com/item?id=41475177 As I wrote in the comments, I was the record holder, twice, in the 90s: Fermigier, Stéfane - Un exemple de courbe elliptique définie sur Q de rang ≥19. (French) [An example of an elliptic curve defined over Q with rank ≥19] C. R. Acad. Sci. Paris Sér. I Math. 315 (1992), no. 6, 719–722. Fermigier, Stéfane - Une courbe…
As a professional and expert I would love to hear your thoughts and opinions on the use of elliptic curve crypto with SSH. There was a concern (unsure of the validity) that NSA/NIST had compromised the algorithm used and ECC was unfit for 'secure' communication. 2048bit RSA has been deprecated since that declaration and while 4096bit is still viable, the smaller key-size of ed25519 is appealing.
In the case of ECC curves, the NIST curves rely on a number of highly specific but unexplained constants. More info about the safety and security of curves can be found at https://safecurves.cr.yp.to/
For now, Curve25519 is considered a good bet.
[1] https://en.wikipedia.org/wiki/NIST_SP_800-90A#Backdoor_in_Du...
Re: New elliptic curve breaks 18-year-old record
#38If like me you're interested in the basics of elliptic curves, point addition, and the abelian groups that result then check the first third of my page at https://curves.xargs.org . It only gets you half way to an understanding of this article but might leave you less mystified. You can also continue through the rest of that page to see how we use this math in cryptography, such as in key exchange.
Re: New elliptic curve breaks 18-year-old record
#39Re: New elliptic curve breaks 18-year-old record
#40If like me you're interested in the basics of elliptic curves, point addition, and the abelian groups that result then check the first third of my page at https://curves.xargs.org . It only gets you half way to an understanding of this article but might leave you less mystified. You can also continue through the rest of that page to see how we use this math in cryptography, such as in key exchange.